Struct ic_websocket_cdk::CanisterOutputMessage
source · pub struct CanisterOutputMessage { /* private fields */ }Expand description
Element of the list of messages returned to the WS Gateway after polling.
Trait Implementations§
source§impl CandidType for CanisterOutputMessage
impl CandidType for CanisterOutputMessage
source§impl Clone for CanisterOutputMessage
impl Clone for CanisterOutputMessage
source§fn clone(&self) -> CanisterOutputMessage
fn clone(&self) -> CanisterOutputMessage
Returns a copy 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 CanisterOutputMessage
impl Debug for CanisterOutputMessage
source§impl<'de> Deserialize<'de> for CanisterOutputMessage
impl<'de> Deserialize<'de> for CanisterOutputMessage
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 CanisterOutputMessage
impl PartialEq for CanisterOutputMessage
source§fn eq(&self, other: &CanisterOutputMessage) -> bool
fn eq(&self, other: &CanisterOutputMessage) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for CanisterOutputMessage
impl Serialize for CanisterOutputMessage
impl Eq for CanisterOutputMessage
impl StructuralEq for CanisterOutputMessage
impl StructuralPartialEq for CanisterOutputMessage
Auto Trait Implementations§
impl RefUnwindSafe for CanisterOutputMessage
impl Send for CanisterOutputMessage
impl Sync for CanisterOutputMessage
impl Unpin for CanisterOutputMessage
impl UnwindSafe for CanisterOutputMessage
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