#[repr(transparent)]pub struct SwitchResult(pub Option<NonZeroU32>);Tuple Fields§
§0: Option<NonZeroU32>Implementations§
Auto Trait Implementations§
impl Freeze for SwitchResult
impl RefUnwindSafe for SwitchResult
impl Send for SwitchResult
impl Sync for SwitchResult
impl Unpin for SwitchResult
impl UnsafeUnpin for SwitchResult
impl UnwindSafe for SwitchResult
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