pub struct ListChannels;
Expand description
channels
command.
Trait Implementations§
Source§impl Clone for ListChannels
impl Clone for ListChannels
Source§fn clone(&self) -> ListChannels
fn clone(&self) -> ListChannels
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 Command for ListChannels
impl Command for ListChannels
Source§fn command(&self) -> RawCommand
fn command(&self) -> RawCommand
Create the raw command representation for transmission.
Source§impl Debug for ListChannels
impl Debug for ListChannels
Source§impl Default for ListChannels
impl Default for ListChannels
Source§fn default() -> ListChannels
fn default() -> ListChannels
Returns the “default value” for a type. Read more
Source§impl PartialEq for ListChannels
impl PartialEq for ListChannels
impl Copy for ListChannels
impl Eq for ListChannels
impl StructuralPartialEq for ListChannels
Auto Trait Implementations§
impl Freeze for ListChannels
impl RefUnwindSafe for ListChannels
impl Send for ListChannels
impl Sync for ListChannels
impl Unpin for ListChannels
impl UnwindSafe for ListChannels
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