Struct snarkvm_utilities::serialize::EmptyFlags
source · pub struct EmptyFlags;
Expand description
Flags to be encoded into the serialization.
Trait Implementations
sourceimpl Clone for EmptyFlags
impl Clone for EmptyFlags
sourcefn clone(&self) -> EmptyFlags
fn clone(&self) -> EmptyFlags
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Default for EmptyFlags
impl Default for EmptyFlags
sourcefn default() -> EmptyFlags
fn default() -> EmptyFlags
Returns the “default value” for a type. Read more
sourceimpl Flags for EmptyFlags
impl Flags for EmptyFlags
sourceimpl PartialEq<EmptyFlags> for EmptyFlags
impl PartialEq<EmptyFlags> for EmptyFlags
sourcefn eq(&self, other: &EmptyFlags) -> bool
fn eq(&self, other: &EmptyFlags) -> bool
impl Copy for EmptyFlags
impl Eq for EmptyFlags
impl StructuralEq for EmptyFlags
impl StructuralPartialEq for EmptyFlags
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more