pub enum MDImplicitDelete {
Yes,
No,
}Variants§
Implementations§
Source§impl MDImplicitDelete
impl MDImplicitDelete
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for MDImplicitDelete
impl Clone for MDImplicitDelete
Source§fn clone(&self) -> MDImplicitDelete
fn clone(&self) -> MDImplicitDelete
Returns a duplicate of the value. Read more
1.0.0 · 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 MDImplicitDelete
impl Debug for MDImplicitDelete
Source§impl FromStr for MDImplicitDelete
impl FromStr for MDImplicitDelete
Source§impl Hash for MDImplicitDelete
impl Hash for MDImplicitDelete
Source§impl IntoFixValue for MDImplicitDelete
impl IntoFixValue for MDImplicitDelete
Source§impl PartialEq for MDImplicitDelete
impl PartialEq for MDImplicitDelete
impl Copy for MDImplicitDelete
impl Eq for MDImplicitDelete
impl StructuralPartialEq for MDImplicitDelete
Auto Trait Implementations§
impl Freeze for MDImplicitDelete
impl RefUnwindSafe for MDImplicitDelete
impl Send for MDImplicitDelete
impl Sync for MDImplicitDelete
impl Unpin for MDImplicitDelete
impl UnwindSafe for MDImplicitDelete
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