pub struct IndexEntryInput {
pub role: CanisterRole,
pub pid: Principal,
}Fields§
§role: CanisterRole§pid: PrincipalTrait Implementations§
Source§impl CandidType for IndexEntryInput
impl CandidType for IndexEntryInput
Source§impl Clone for IndexEntryInput
impl Clone for IndexEntryInput
Source§fn clone(&self) -> IndexEntryInput
fn clone(&self) -> IndexEntryInput
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 moreSource§impl Debug for IndexEntryInput
impl Debug for IndexEntryInput
Source§impl<'de> Deserialize<'de> for IndexEntryInput
impl<'de> Deserialize<'de> for IndexEntryInput
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 IndexEntryInput
Source§impl PartialEq for IndexEntryInput
impl PartialEq for IndexEntryInput
Source§fn eq(&self, other: &IndexEntryInput) -> bool
fn eq(&self, other: &IndexEntryInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IndexEntryInput
Auto Trait Implementations§
impl Freeze for IndexEntryInput
impl RefUnwindSafe for IndexEntryInput
impl Send for IndexEntryInput
impl Sync for IndexEntryInput
impl Unpin for IndexEntryInput
impl UnsafeUnpin for IndexEntryInput
impl UnwindSafe for IndexEntryInput
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