pub struct GetResponseMessage {
pub channel: String,
pub message: Message,
pub ty: String,
/* private fields */
}Fields§
§channel: String§message: Message§ty: StringTrait Implementations§
Source§impl Clone for GetResponseMessage
impl Clone for GetResponseMessage
Source§fn clone(&self) -> GetResponseMessage
fn clone(&self) -> GetResponseMessage
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 GetResponseMessage
impl Debug for GetResponseMessage
Source§impl<'de> Deserialize<'de> for GetResponseMessage
impl<'de> Deserialize<'de> for GetResponseMessage
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<E: Error> Into<Result<GetResponseMessage, GetError<E>>> for GetResponseMessage
impl<E: Error> Into<Result<GetResponseMessage, GetError<E>>> for GetResponseMessage
Auto Trait Implementations§
impl Freeze for GetResponseMessage
impl RefUnwindSafe for GetResponseMessage
impl Send for GetResponseMessage
impl Sync for GetResponseMessage
impl Unpin for GetResponseMessage
impl UnwindSafe for GetResponseMessage
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