Struct snarkvm_utilities::serialize::EmptyFlags [−][src]
pub struct EmptyFlags;
Expand description
Flags to be encoded into the serialization.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for EmptyFlags
impl Send for EmptyFlags
impl Sync for EmptyFlags
impl Unpin for EmptyFlags
impl UnwindSafe for EmptyFlags
Blanket Implementations
Mutably borrows from an owned value. Read more