pub struct DeleteChannelResponse {}Trait Implementations§
Source§impl Clone for DeleteChannelResponse
impl Clone for DeleteChannelResponse
Source§fn clone(&self) -> DeleteChannelResponse
fn clone(&self) -> DeleteChannelResponse
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 DeleteChannelResponse
impl Debug for DeleteChannelResponse
Source§impl Default for DeleteChannelResponse
impl Default for DeleteChannelResponse
Source§fn default() -> DeleteChannelResponse
fn default() -> DeleteChannelResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteChannelResponse
impl<'de> Deserialize<'de> for DeleteChannelResponse
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 DeleteChannelResponse
impl PartialEq for DeleteChannelResponse
impl StructuralPartialEq for DeleteChannelResponse
Auto Trait Implementations§
impl Freeze for DeleteChannelResponse
impl RefUnwindSafe for DeleteChannelResponse
impl Send for DeleteChannelResponse
impl Sync for DeleteChannelResponse
impl Unpin for DeleteChannelResponse
impl UnwindSafe for DeleteChannelResponse
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