pub enum InViewOfCommon {
Yes,
No,
}
Variants§
Implementations§
source§impl InViewOfCommon
impl InViewOfCommon
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
source§impl Clone for InViewOfCommon
impl Clone for InViewOfCommon
source§fn clone(&self) -> InViewOfCommon
fn clone(&self) -> InViewOfCommon
Returns a copy 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 InViewOfCommon
impl Debug for InViewOfCommon
source§impl FromStr for InViewOfCommon
impl FromStr for InViewOfCommon
source§impl Hash for InViewOfCommon
impl Hash for InViewOfCommon
source§impl IntoFixValue for InViewOfCommon
impl IntoFixValue for InViewOfCommon
source§impl PartialEq for InViewOfCommon
impl PartialEq for InViewOfCommon
source§fn eq(&self, other: &InViewOfCommon) -> bool
fn eq(&self, other: &InViewOfCommon) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for InViewOfCommon
impl Eq for InViewOfCommon
impl StructuralPartialEq for InViewOfCommon
Auto Trait Implementations§
impl RefUnwindSafe for InViewOfCommon
impl Send for InViewOfCommon
impl Sync for InViewOfCommon
impl Unpin for InViewOfCommon
impl UnwindSafe for InViewOfCommon
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