pub struct ServerMessageResponse {
pub message_response: ServerMessageResponseMessageResponse,
}
Fields§
§message_response: ServerMessageResponseMessageResponse
Implementations§
Source§impl ServerMessageResponse
impl ServerMessageResponse
pub fn new( message_response: ServerMessageResponseMessageResponse, ) -> ServerMessageResponse
Trait Implementations§
Source§impl Clone for ServerMessageResponse
impl Clone for ServerMessageResponse
Source§fn clone(&self) -> ServerMessageResponse
fn clone(&self) -> ServerMessageResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ServerMessageResponse
impl Debug for ServerMessageResponse
Source§impl Default for ServerMessageResponse
impl Default for ServerMessageResponse
Source§fn default() -> ServerMessageResponse
fn default() -> ServerMessageResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ServerMessageResponse
impl<'de> Deserialize<'de> for ServerMessageResponse
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 ServerMessageResponse
impl PartialEq for ServerMessageResponse
Source§impl Serialize for ServerMessageResponse
impl Serialize for ServerMessageResponse
impl StructuralPartialEq for ServerMessageResponse
Auto Trait Implementations§
impl Freeze for ServerMessageResponse
impl RefUnwindSafe for ServerMessageResponse
impl Send for ServerMessageResponse
impl Sync for ServerMessageResponse
impl Unpin for ServerMessageResponse
impl UnwindSafe for ServerMessageResponse
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