pub enum BlockRfqRole {
Taker,
Maker,
}Variants§
Trait Implementations§
Source§impl Clone for BlockRfqRole
impl Clone for BlockRfqRole
Source§fn clone(&self) -> BlockRfqRole
fn clone(&self) -> BlockRfqRole
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 BlockRfqRole
impl Debug for BlockRfqRole
Source§impl Default for BlockRfqRole
impl Default for BlockRfqRole
Source§fn default() -> BlockRfqRole
fn default() -> BlockRfqRole
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BlockRfqRole
impl<'de> Deserialize<'de> for BlockRfqRole
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 BlockRfqRole
impl PartialEq for BlockRfqRole
Source§impl Serialize for BlockRfqRole
impl Serialize for BlockRfqRole
impl StructuralPartialEq for BlockRfqRole
Auto Trait Implementations§
impl Freeze for BlockRfqRole
impl RefUnwindSafe for BlockRfqRole
impl Send for BlockRfqRole
impl Sync for BlockRfqRole
impl Unpin for BlockRfqRole
impl UnwindSafe for BlockRfqRole
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