pub enum Wildcard {
None,
Unhardened,
Hardened,
}Expand description
Whether a descriptor has a wildcard in it
Variants§
Trait Implementations§
Source§impl Ord for Wildcard
impl Ord for Wildcard
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Wildcard
impl PartialOrd for Wildcard
impl Copy for Wildcard
impl Eq for Wildcard
impl StructuralPartialEq for Wildcard
Auto Trait Implementations§
impl Freeze for Wildcard
impl RefUnwindSafe for Wildcard
impl Send for Wildcard
impl Sync for Wildcard
impl Unpin for Wildcard
impl UnsafeUnpin for Wildcard
impl UnwindSafe for Wildcard
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