pub struct APPLY;
Trait Implementations§
impl Copy for APPLY
Auto Trait Implementations§
impl Freeze for APPLY
impl RefUnwindSafe for APPLY
impl Send for APPLY
impl Sync for APPLY
impl Unpin for APPLY
impl UnwindSafe for APPLY
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