pub enum MaxLawfulTransition {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for MaxLawfulTransition
impl RefUnwindSafe for MaxLawfulTransition
impl Send for MaxLawfulTransition
impl Sync for MaxLawfulTransition
impl Unpin for MaxLawfulTransition
impl UnsafeUnpin for MaxLawfulTransition
impl UnwindSafe for MaxLawfulTransition
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