pub struct AddChannel403ResponseAdditionalData {
pub code: Option<String>,
}
Fields§
§code: Option<String>
An error code sent by the API
Implementations§
Trait Implementations§
Source§impl Clone for AddChannel403ResponseAdditionalData
impl Clone for AddChannel403ResponseAdditionalData
Source§fn clone(&self) -> AddChannel403ResponseAdditionalData
fn clone(&self) -> AddChannel403ResponseAdditionalData
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<'de> Deserialize<'de> for AddChannel403ResponseAdditionalData
impl<'de> Deserialize<'de> for AddChannel403ResponseAdditionalData
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 AddChannel403ResponseAdditionalData
impl PartialEq for AddChannel403ResponseAdditionalData
Source§fn eq(&self, other: &AddChannel403ResponseAdditionalData) -> bool
fn eq(&self, other: &AddChannel403ResponseAdditionalData) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for AddChannel403ResponseAdditionalData
Auto Trait Implementations§
impl Freeze for AddChannel403ResponseAdditionalData
impl RefUnwindSafe for AddChannel403ResponseAdditionalData
impl Send for AddChannel403ResponseAdditionalData
impl Sync for AddChannel403ResponseAdditionalData
impl Unpin for AddChannel403ResponseAdditionalData
impl UnwindSafe for AddChannel403ResponseAdditionalData
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