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