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