pub enum SelfParam {
None,
Imm,
Mut,
}
Variants§
Auto Trait Implementations§
impl Freeze for SelfParam
impl RefUnwindSafe for SelfParam
impl Send for SelfParam
impl Sync for SelfParam
impl Unpin for SelfParam
impl UnwindSafe for SelfParam
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