pub enum CanisterPoolAssetOrigin {
InfrastructureStore,
Created,
Imported,
Recycled,
}Expand description
How one physical Canister entered the root-owned inventory.
Variants§
Trait Implementations§
Source§impl CandidType for CanisterPoolAssetOrigin
impl CandidType for CanisterPoolAssetOrigin
Source§impl Clone for CanisterPoolAssetOrigin
impl Clone for CanisterPoolAssetOrigin
Source§fn clone(&self) -> CanisterPoolAssetOrigin
fn clone(&self) -> CanisterPoolAssetOrigin
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 CanisterPoolAssetOrigin
Source§impl Debug for CanisterPoolAssetOrigin
impl Debug for CanisterPoolAssetOrigin
Source§impl<'de> Deserialize<'de> for CanisterPoolAssetOrigin
impl<'de> Deserialize<'de> for CanisterPoolAssetOrigin
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 CanisterPoolAssetOrigin
Source§impl PartialEq for CanisterPoolAssetOrigin
impl PartialEq for CanisterPoolAssetOrigin
Source§impl Serialize for CanisterPoolAssetOrigin
impl Serialize for CanisterPoolAssetOrigin
impl StructuralPartialEq for CanisterPoolAssetOrigin
Auto Trait Implementations§
impl Freeze for CanisterPoolAssetOrigin
impl RefUnwindSafe for CanisterPoolAssetOrigin
impl Send for CanisterPoolAssetOrigin
impl Sync for CanisterPoolAssetOrigin
impl Unpin for CanisterPoolAssetOrigin
impl UnsafeUnpin for CanisterPoolAssetOrigin
impl UnwindSafe for CanisterPoolAssetOrigin
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