pub struct AddRelayResult {
pub relay: UserChatRelay,
pub relay_error: Option<ChatError>,
pub undocumented: JsonObject,
}Fields§
§relay: UserChatRelay§relay_error: Option<ChatError>§undocumented: JsonObjectTrait Implementations§
Source§impl Clone for AddRelayResult
impl Clone for AddRelayResult
Source§fn clone(&self) -> AddRelayResult
fn clone(&self) -> AddRelayResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AddRelayResult
impl Debug for AddRelayResult
Source§impl<'de> Deserialize<'de> for AddRelayResult
impl<'de> Deserialize<'de> for AddRelayResult
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 AddRelayResult
impl PartialEq for AddRelayResult
Source§fn eq(&self, other: &AddRelayResult) -> bool
fn eq(&self, other: &AddRelayResult) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AddRelayResult
impl Serialize for AddRelayResult
impl StructuralPartialEq for AddRelayResult
Auto Trait Implementations§
impl Freeze for AddRelayResult
impl RefUnwindSafe for AddRelayResult
impl Send for AddRelayResult
impl Sync for AddRelayResult
impl Unpin for AddRelayResult
impl UnsafeUnpin for AddRelayResult
impl UnwindSafe for AddRelayResult
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