pub enum SdrFreeSpace {
Full,
AtLeast {
bytes: u16,
},
Unspecified,
}Variants§
Trait Implementations§
impl Copy for FreeSpace
impl StructuralPartialEq for FreeSpace
Auto Trait Implementations§
impl Freeze for FreeSpace
impl RefUnwindSafe for FreeSpace
impl Send for FreeSpace
impl Sync for FreeSpace
impl Unpin for FreeSpace
impl UnwindSafe for FreeSpace
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