pub enum OptionRightCode {
C,
P,
}Variants§
Trait Implementations§
Source§impl Clone for OptionRightCode
impl Clone for OptionRightCode
Source§fn clone(&self) -> OptionRightCode
fn clone(&self) -> OptionRightCode
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 OptionRightCode
impl Debug for OptionRightCode
Source§impl<'de> Deserialize<'de> for OptionRightCode
impl<'de> Deserialize<'de> for OptionRightCode
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
Source§impl PartialEq for OptionRightCode
impl PartialEq for OptionRightCode
Source§impl Serialize for OptionRightCode
impl Serialize for OptionRightCode
impl Eq for OptionRightCode
impl StructuralPartialEq for OptionRightCode
Auto Trait Implementations§
impl Freeze for OptionRightCode
impl RefUnwindSafe for OptionRightCode
impl Send for OptionRightCode
impl Sync for OptionRightCode
impl Unpin for OptionRightCode
impl UnsafeUnpin for OptionRightCode
impl UnwindSafe for OptionRightCode
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