pub struct ConfigTransferOperationSnapshot {
pub operation_id: String,
pub type: TransferOperationType,
pub params: TransferOperationConfigParams,
}Fields§
§operation_id: String§type: TransferOperationType§params: TransferOperationConfigParamsImplementations§
Source§impl ConfigTransferOperationSnapshot
impl ConfigTransferOperationSnapshot
pub fn new( operation_id: String, type: TransferOperationType, params: TransferOperationConfigParams, ) -> ConfigTransferOperationSnapshot
Trait Implementations§
Source§impl Clone for ConfigTransferOperationSnapshot
impl Clone for ConfigTransferOperationSnapshot
Source§fn clone(&self) -> ConfigTransferOperationSnapshot
fn clone(&self) -> ConfigTransferOperationSnapshot
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 Default for ConfigTransferOperationSnapshot
impl Default for ConfigTransferOperationSnapshot
Source§fn default() -> ConfigTransferOperationSnapshot
fn default() -> ConfigTransferOperationSnapshot
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConfigTransferOperationSnapshot
impl<'de> Deserialize<'de> for ConfigTransferOperationSnapshot
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 ConfigTransferOperationSnapshot
impl PartialEq for ConfigTransferOperationSnapshot
Source§fn eq(&self, other: &ConfigTransferOperationSnapshot) -> bool
fn eq(&self, other: &ConfigTransferOperationSnapshot) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ConfigTransferOperationSnapshot
Auto Trait Implementations§
impl Freeze for ConfigTransferOperationSnapshot
impl RefUnwindSafe for ConfigTransferOperationSnapshot
impl Send for ConfigTransferOperationSnapshot
impl Sync for ConfigTransferOperationSnapshot
impl Unpin for ConfigTransferOperationSnapshot
impl UnwindSafe for ConfigTransferOperationSnapshot
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