pub struct AddChannel400Response {
pub success: Option<bool>,
pub error: Option<String>,
pub error_info: Option<String>,
pub additional_data: Option<Box<AddChannel400ResponseAdditionalData>>,
}
Fields§
§success: Option<bool>
§error: Option<String>
The error description
error_info: Option<String>
§additional_data: Option<Box<AddChannel400ResponseAdditionalData>>
Implementations§
Source§impl AddChannel400Response
impl AddChannel400Response
pub fn new() -> AddChannel400Response
Trait Implementations§
Source§impl Clone for AddChannel400Response
impl Clone for AddChannel400Response
Source§fn clone(&self) -> AddChannel400Response
fn clone(&self) -> AddChannel400Response
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 AddChannel400Response
impl Debug for AddChannel400Response
Source§impl<'de> Deserialize<'de> for AddChannel400Response
impl<'de> Deserialize<'de> for AddChannel400Response
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 AddChannel400Response
impl PartialEq for AddChannel400Response
Source§impl Serialize for AddChannel400Response
impl Serialize for AddChannel400Response
impl StructuralPartialEq for AddChannel400Response
Auto Trait Implementations§
impl Freeze for AddChannel400Response
impl RefUnwindSafe for AddChannel400Response
impl Send for AddChannel400Response
impl Sync for AddChannel400Response
impl Unpin for AddChannel400Response
impl UnwindSafe for AddChannel400Response
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