pub struct SwitchId(/* private fields */);Implementations§
Trait Implementations§
impl Copy for SwitchId
impl Eq for SwitchId
impl StructuralPartialEq for SwitchId
Auto Trait Implementations§
impl Freeze for SwitchId
impl RefUnwindSafe for SwitchId
impl Send for SwitchId
impl Sync for SwitchId
impl Unpin for SwitchId
impl UnsafeUnpin for SwitchId
impl UnwindSafe for SwitchId
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