pub enum Purity {
New,
Self_,
}
Expand description
Variants§
Trait Implementations§
impl Copy for Purity
impl Eq for Purity
impl StructuralPartialEq for Purity
Auto Trait Implementations§
impl Freeze for Purity
impl RefUnwindSafe for Purity
impl Send for Purity
impl Sync for Purity
impl Unpin for Purity
impl UnwindSafe for Purity
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