pub struct NoneT;
Expand description
Type-level version of the None
variant
Trait Implementations§
Source§impl ControlSS for NoneT
impl ControlSS for NoneT
impl OptionalPadNum for NoneT
impl OptionalPinId for NoneT
Auto Trait Implementations§
impl Freeze for NoneT
impl RefUnwindSafe for NoneT
impl Send for NoneT
impl Sync for NoneT
impl Unpin for NoneT
impl UnwindSafe for NoneT
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