pub enum NDLType {
Actual,
ByCeiling,
}Variants§
Trait Implementations§
impl Copy for NDLType
impl StructuralPartialEq for NDLType
Auto Trait Implementations§
impl Freeze for NDLType
impl RefUnwindSafe for NDLType
impl Send for NDLType
impl Sync for NDLType
impl Unpin for NDLType
impl UnwindSafe for NDLType
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