pub struct ChannelGetResponse { /* private fields */ }Implementations§
Source§impl ChannelGetResponse
impl ChannelGetResponse
Trait Implementations§
Source§impl Clone for ChannelGetResponse
impl Clone for ChannelGetResponse
Source§fn clone(&self) -> ChannelGetResponse
fn clone(&self) -> ChannelGetResponse
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 ChannelGetResponse
impl Debug for ChannelGetResponse
Source§impl Default for ChannelGetResponse
impl Default for ChannelGetResponse
Source§impl From<ChannelGetResponse> for ChannelGetResponse
impl From<ChannelGetResponse> for ChannelGetResponse
Source§fn from(value: ChannelGetResponse) -> Self
fn from(value: ChannelGetResponse) -> Self
Converts to this type from the input type.
Source§impl TryFrom<ChannelGetResponse> for ChannelGetResponse
impl TryFrom<ChannelGetResponse> for ChannelGetResponse
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: ChannelGetResponse) -> Result<Self, ConversionError>
fn try_from(value: ChannelGetResponse) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for ChannelGetResponse
impl RefUnwindSafe for ChannelGetResponse
impl Send for ChannelGetResponse
impl Sync for ChannelGetResponse
impl Unpin for ChannelGetResponse
impl UnsafeUnpin for ChannelGetResponse
impl UnwindSafe for ChannelGetResponse
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