pub struct WithCanisterId {
pub canister_id: Principal,
}Fields§
§canister_id: PrincipalTrait Implementations§
Source§impl CandidType for WithCanisterId
impl CandidType for WithCanisterId
Source§impl Clone for WithCanisterId
impl Clone for WithCanisterId
Source§fn clone(&self) -> WithCanisterId
fn clone(&self) -> WithCanisterId
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 WithCanisterId
impl Debug for WithCanisterId
Source§impl<'de> Deserialize<'de> for WithCanisterId
impl<'de> Deserialize<'de> for WithCanisterId
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 WithCanisterId
impl PartialEq for WithCanisterId
Source§impl PartialOrd for WithCanisterId
impl PartialOrd for WithCanisterId
impl StructuralPartialEq for WithCanisterId
Auto Trait Implementations§
impl Freeze for WithCanisterId
impl RefUnwindSafe for WithCanisterId
impl Send for WithCanisterId
impl Sync for WithCanisterId
impl Unpin for WithCanisterId
impl UnwindSafe for WithCanisterId
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