pub struct VnetError(/* private fields */);Expand description
VPP networking error
Implementations§
Trait Implementations§
impl Copy for VnetError
impl Eq for VnetError
impl StructuralPartialEq for VnetError
Auto Trait Implementations§
impl Freeze for VnetError
impl RefUnwindSafe for VnetError
impl Send for VnetError
impl Sync for VnetError
impl Unpin for VnetError
impl UnsafeUnpin for VnetError
impl UnwindSafe for VnetError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more