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