pub enum TransferControlTransferType {
Other_0,
PushTransferEntity_1,
AutomaticPullTransferEntity_2,
NotUsed_3,
PushTransferEnvironmentalProcess_4,
AutomaticPullTransferEnvironmentalProcess_5,
NotUsed_6,
CancelTransfer_7,
ManualPullTransferEntity_8,
ManualPullTransferEnvironmentalProcess_9,
RemoveEntity_10,
Unspecified(u8),
}Expand description
UID 224
Variants§
Other_0
PushTransferEntity_1
AutomaticPullTransferEntity_2
NotUsed_3
PushTransferEnvironmentalProcess_4
AutomaticPullTransferEnvironmentalProcess_5
NotUsed_6
CancelTransfer_7
ManualPullTransferEntity_8
ManualPullTransferEnvironmentalProcess_9
RemoveEntity_10
Unspecified(u8)
Trait Implementations§
Source§impl Clone for TransferControlTransferType
impl Clone for TransferControlTransferType
Source§fn clone(&self) -> TransferControlTransferType
fn clone(&self) -> TransferControlTransferType
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 TransferControlTransferType
impl Debug for TransferControlTransferType
Source§impl From<TransferControlTransferType> for u8
impl From<TransferControlTransferType> for u8
Source§fn from(value: TransferControlTransferType) -> Self
fn from(value: TransferControlTransferType) -> Self
Converts to this type from the input type.
Source§impl From<u8> for TransferControlTransferType
impl From<u8> for TransferControlTransferType
Source§impl Hash for TransferControlTransferType
impl Hash for TransferControlTransferType
impl Copy for TransferControlTransferType
impl Eq for TransferControlTransferType
impl StructuralPartialEq for TransferControlTransferType
Auto Trait Implementations§
impl Freeze for TransferControlTransferType
impl RefUnwindSafe for TransferControlTransferType
impl Send for TransferControlTransferType
impl Sync for TransferControlTransferType
impl Unpin for TransferControlTransferType
impl UnwindSafe for TransferControlTransferType
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