pub enum TrustListScope {
All,
Global,
Local,
}Variants§
Trait Implementations§
Source§impl Clone for TrustListScope
impl Clone for TrustListScope
Source§fn clone(&self) -> TrustListScope
fn clone(&self) -> TrustListScope
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TrustListScope
Source§impl Debug for TrustListScope
impl Debug for TrustListScope
impl Eq for TrustListScope
Source§impl PartialEq for TrustListScope
impl PartialEq for TrustListScope
impl StructuralPartialEq for TrustListScope
Auto Trait Implementations§
impl Freeze for TrustListScope
impl RefUnwindSafe for TrustListScope
impl Send for TrustListScope
impl Sync for TrustListScope
impl Unpin for TrustListScope
impl UnsafeUnpin for TrustListScope
impl UnwindSafe for TrustListScope
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