pub enum Trusted {
Yes,
No,
}
Expand description
A boolean-like enum used to mark whether some code should be trusted.
Variants§
Implementations§
Trait Implementations§
impl Copy for Trusted
impl Eq for Trusted
impl StructuralPartialEq for Trusted
Auto Trait Implementations§
impl Freeze for Trusted
impl RefUnwindSafe for Trusted
impl Send for Trusted
impl Sync for Trusted
impl Unpin for Trusted
impl UnwindSafe for Trusted
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