pub struct StoredChunksArgument {
pub canister_id: CanisterId,
}
๐Deprecated since 0.18.0: The
api::management_canister::main
module is deprecated. Please use the management_canister
module at the crate root.Expand description
Argument type of stored_chunks.
Fieldsยง
ยงcanister_id: CanisterId
๐Deprecated since 0.18.0: The
api::management_canister::main
module is deprecated. Please use the management_canister
module at the crate root.The canister whose chunk store will be queried
Trait Implementationsยง
Sourceยงimpl CandidType for StoredChunksArgument
impl CandidType for StoredChunksArgument
Sourceยงimpl Clone for StoredChunksArgument
impl Clone for StoredChunksArgument
Sourceยงfn clone(&self) -> StoredChunksArgument
fn clone(&self) -> StoredChunksArgument
Returns a duplicate of the value. Read more
1.0.0 ยท Sourceยงconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSourceยงimpl Debug for StoredChunksArgument
impl Debug for StoredChunksArgument
Sourceยงimpl<'de> Deserialize<'de> for StoredChunksArgument
impl<'de> Deserialize<'de> for StoredChunksArgument
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 Hash for StoredChunksArgument
impl Hash for StoredChunksArgument
Sourceยงimpl Ord for StoredChunksArgument
impl Ord for StoredChunksArgument
Sourceยงfn cmp(&self, other: &StoredChunksArgument) -> Ordering
fn cmp(&self, other: &StoredChunksArgument) -> Ordering
1.21.0 ยท Sourceยงfn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Sourceยงimpl PartialEq for StoredChunksArgument
impl PartialEq for StoredChunksArgument
Sourceยงfn eq(&self, other: &StoredChunksArgument) -> bool
fn eq(&self, other: &StoredChunksArgument) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Sourceยงimpl PartialOrd for StoredChunksArgument
impl PartialOrd for StoredChunksArgument
Sourceยงimpl Serialize for StoredChunksArgument
impl Serialize for StoredChunksArgument
impl Eq for StoredChunksArgument
impl StructuralPartialEq for StoredChunksArgument
Auto Trait Implementationsยง
impl Freeze for StoredChunksArgument
impl RefUnwindSafe for StoredChunksArgument
impl Send for StoredChunksArgument
impl Sync for StoredChunksArgument
impl Unpin for StoredChunksArgument
impl UnwindSafe for StoredChunksArgument
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