pub enum ThisArg {
RefThis,
RefMutThis,
DirectThis,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ThisArg
impl RefUnwindSafe for ThisArg
impl Send for ThisArg
impl Sync for ThisArg
impl Unpin for ThisArg
impl UnwindSafe for ThisArg
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