Struct ic_event_hub::types::RemoteCallEndpoint
source · [−]pub struct RemoteCallEndpoint {
pub canister_id: Principal,
pub method_name: String,
}
Fields
canister_id: Principal
method_name: String
Trait Implementations
sourceimpl CandidType for RemoteCallEndpoint
impl CandidType for RemoteCallEndpoint
sourceimpl Clone for RemoteCallEndpoint
impl Clone for RemoteCallEndpoint
sourcefn clone(&self) -> RemoteCallEndpoint
fn clone(&self) -> RemoteCallEndpoint
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for RemoteCallEndpoint
impl Debug for RemoteCallEndpoint
sourceimpl<'de> Deserialize<'de> for RemoteCallEndpoint
impl<'de> Deserialize<'de> for RemoteCallEndpoint
sourcefn 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
sourceimpl Hash for RemoteCallEndpoint
impl Hash for RemoteCallEndpoint
sourceimpl Ord for RemoteCallEndpoint
impl Ord for RemoteCallEndpoint
sourceimpl PartialEq<RemoteCallEndpoint> for RemoteCallEndpoint
impl PartialEq<RemoteCallEndpoint> for RemoteCallEndpoint
sourcefn eq(&self, other: &RemoteCallEndpoint) -> bool
fn eq(&self, other: &RemoteCallEndpoint) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &RemoteCallEndpoint) -> bool
fn ne(&self, other: &RemoteCallEndpoint) -> bool
This method tests for !=
.
sourceimpl PartialOrd<RemoteCallEndpoint> for RemoteCallEndpoint
impl PartialOrd<RemoteCallEndpoint> for RemoteCallEndpoint
sourcefn partial_cmp(&self, other: &RemoteCallEndpoint) -> Option<Ordering>
fn partial_cmp(&self, other: &RemoteCallEndpoint) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
impl Eq for RemoteCallEndpoint
impl StructuralEq for RemoteCallEndpoint
impl StructuralPartialEq for RemoteCallEndpoint
Auto Trait Implementations
impl RefUnwindSafe for RemoteCallEndpoint
impl Send for RemoteCallEndpoint
impl Sync for RemoteCallEndpoint
impl Unpin for RemoteCallEndpoint
impl UnwindSafe for RemoteCallEndpoint
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more