pub enum VhostUserTransferDirection {
Save,
Load,
}Variants§
Trait Implementations§
Source§impl Debug for VhostUserTransferDirection
impl Debug for VhostUserTransferDirection
impl Eq for VhostUserTransferDirection
impl StructuralPartialEq for VhostUserTransferDirection
Auto Trait Implementations§
impl Freeze for VhostUserTransferDirection
impl RefUnwindSafe for VhostUserTransferDirection
impl Send for VhostUserTransferDirection
impl Sync for VhostUserTransferDirection
impl Unpin for VhostUserTransferDirection
impl UnwindSafe for VhostUserTransferDirection
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