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