pub enum DelayInitial {
Absent,
Zeroed,
ContentId([u8; 32]),
}Variants§
Trait Implementations§
Source§impl Clone for DelayInitial
impl Clone for DelayInitial
Source§fn clone(&self) -> DelayInitial
fn clone(&self) -> DelayInitial
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 moreSource§impl Debug for DelayInitial
impl Debug for DelayInitial
Source§impl<'de> Deserialize<'de> for DelayInitial
impl<'de> Deserialize<'de> for DelayInitial
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for DelayInitial
Source§impl PartialEq for DelayInitial
impl PartialEq for DelayInitial
Source§impl Serialize for DelayInitial
impl Serialize for DelayInitial
impl StructuralPartialEq for DelayInitial
Auto Trait Implementations§
impl Freeze for DelayInitial
impl RefUnwindSafe for DelayInitial
impl Send for DelayInitial
impl Sync for DelayInitial
impl Unpin for DelayInitial
impl UnsafeUnpin for DelayInitial
impl UnwindSafe for DelayInitial
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