pub struct GateB { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for GateB
impl !Send for GateB
impl !Sync for GateB
impl !UnwindSafe for GateB
impl Freeze for GateB
impl Unpin for GateB
impl UnsafeUnpin for GateB
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