pub struct ModeCreated<M: Mode<U>, U: Ui>(/* private fields */);Expand description
Trait Implementations§
Auto Trait Implementations§
impl<M, U> !Freeze for ModeCreated<M, U>
impl<M, U> !RefUnwindSafe for ModeCreated<M, U>
impl<M, U> !Send for ModeCreated<M, U>
impl<M, U> !Sync for ModeCreated<M, U>
impl<M, U> Unpin for ModeCreated<M, U>
impl<M, U> !UnwindSafe for ModeCreated<M, U>
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