pub struct LevelAuto;Expand description
LevelAuto
Trait Implementations§
impl Eq for LevelAuto
impl State for LevelAuto
impl StructuralPartialEq for LevelAuto
Auto Trait Implementations§
impl Freeze for LevelAuto
impl RefUnwindSafe for LevelAuto
impl Send for LevelAuto
impl Sync for LevelAuto
impl Unpin for LevelAuto
impl UnsafeUnpin for LevelAuto
impl UnwindSafe for LevelAuto
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