pub enum OptionRight {
Call,
Put,
}Expand description
Option right (Call or Put)
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for OptionRight
impl Clone for OptionRight
Source§fn clone(&self) -> OptionRight
fn clone(&self) -> OptionRight
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 OptionRight
impl Debug for OptionRight
Source§impl Display for OptionRight
impl Display for OptionRight
Source§impl PartialEq for OptionRight
impl PartialEq for OptionRight
impl Copy for OptionRight
impl Eq for OptionRight
impl StructuralPartialEq for OptionRight
Auto Trait Implementations§
impl Freeze for OptionRight
impl RefUnwindSafe for OptionRight
impl Send for OptionRight
impl Sync for OptionRight
impl Unpin for OptionRight
impl UnwindSafe for OptionRight
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