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