pub enum TrustSelf {
Known,
}Expand description
Trust level for self-referential operations.
Variants§
Known
Implementations§
Trait Implementations§
impl Eq for TrustSelf
impl StructuralPartialEq for TrustSelf
Auto Trait Implementations§
impl Freeze for TrustSelf
impl RefUnwindSafe for TrustSelf
impl Send for TrustSelf
impl Sync for TrustSelf
impl Unpin for TrustSelf
impl UnsafeUnpin for TrustSelf
impl UnwindSafe for TrustSelf
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