pub enum BondError {
BondAlreadyExists,
BondNotFound,
SlaveAlreadyExists,
SlaveNotFound,
NoSlavesAvailable,
NotInitialized,
}Expand description
Errors returned by bonding operations
Variants§
BondAlreadyExists
Bond with the given name already exists
BondNotFound
Bond with the given name was not found
SlaveAlreadyExists
Slave with the given name already exists in the bond
SlaveNotFound
Slave with the given name was not found in the bond
NoSlavesAvailable
No slaves available for transmission
NotInitialized
Bond manager not initialized
Trait Implementations§
Source§impl From<BondError> for KernelError
impl From<BondError> for KernelError
impl Eq for BondError
impl StructuralPartialEq for BondError
Auto Trait Implementations§
impl Freeze for BondError
impl RefUnwindSafe for BondError
impl Send for BondError
impl Sync for BondError
impl Unpin for BondError
impl UnwindSafe for BondError
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)