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