pub enum InformalProperty {
DNSSEC,
NoLogs,
NoFilters,
}Variants§
Trait Implementations§
Source§impl From<InformalProperty> for u64
impl From<InformalProperty> for u64
Source§fn from(informal_property: InformalProperty) -> u64
fn from(informal_property: InformalProperty) -> u64
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for InformalProperty
impl RefUnwindSafe for InformalProperty
impl Send for InformalProperty
impl Sync for InformalProperty
impl Unpin for InformalProperty
impl UnwindSafe for InformalProperty
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