pub struct IccMetricKey {
pub target: Principal,
pub method: String,
}Expand description
IccMetricKey Uniquely identifies an inter-canister call by target + method.
Fields§
§target: Principal§method: StringTrait Implementations§
Source§impl CandidType for IccMetricKey
impl CandidType for IccMetricKey
Source§impl Clone for IccMetricKey
impl Clone for IccMetricKey
Source§fn clone(&self) -> IccMetricKey
fn clone(&self) -> IccMetricKey
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 IccMetricKey
impl Debug for IccMetricKey
Source§impl<'de> Deserialize<'de> for IccMetricKey
impl<'de> Deserialize<'de> for IccMetricKey
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 IccMetricKey
impl Hash for IccMetricKey
Source§impl PartialEq for IccMetricKey
impl PartialEq for IccMetricKey
Source§impl Serialize for IccMetricKey
impl Serialize for IccMetricKey
impl Eq for IccMetricKey
impl StructuralPartialEq for IccMetricKey
Auto Trait Implementations§
impl Freeze for IccMetricKey
impl RefUnwindSafe for IccMetricKey
impl Send for IccMetricKey
impl Sync for IccMetricKey
impl Unpin for IccMetricKey
impl UnwindSafe for IccMetricKey
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