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