pub enum TransferMicroResourcesEventTransferDirection {
ToBackpack,
}
Variants§
ToBackpack
Trait Implementations§
Source§impl Clone for TransferMicroResourcesEventTransferDirection
impl Clone for TransferMicroResourcesEventTransferDirection
Source§fn clone(&self) -> TransferMicroResourcesEventTransferDirection
fn clone(&self) -> TransferMicroResourcesEventTransferDirection
Returns a copy 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<'de> Deserialize<'de> for TransferMicroResourcesEventTransferDirection
impl<'de> Deserialize<'de> for TransferMicroResourcesEventTransferDirection
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 TransferMicroResourcesEventTransferDirection
impl PartialEq for TransferMicroResourcesEventTransferDirection
Source§fn eq(&self, other: &TransferMicroResourcesEventTransferDirection) -> bool
fn eq(&self, other: &TransferMicroResourcesEventTransferDirection) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for TransferMicroResourcesEventTransferDirection
Auto Trait Implementations§
impl Freeze for TransferMicroResourcesEventTransferDirection
impl RefUnwindSafe for TransferMicroResourcesEventTransferDirection
impl Send for TransferMicroResourcesEventTransferDirection
impl Sync for TransferMicroResourcesEventTransferDirection
impl Unpin for TransferMicroResourcesEventTransferDirection
impl UnwindSafe for TransferMicroResourcesEventTransferDirection
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