pub struct GetChannelInfoAllReq;Implementations§
Source§impl GetChannelInfoAllReq
impl GetChannelInfoAllReq
pub fn new() -> GetChannelInfoAllReq
Trait Implementations§
Source§impl Clone for GetChannelInfoAllReq
impl Clone for GetChannelInfoAllReq
Source§fn clone(&self) -> GetChannelInfoAllReq
fn clone(&self) -> GetChannelInfoAllReq
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 GetChannelInfoAllReq
impl Debug for GetChannelInfoAllReq
Source§impl From<GetChannelInfoAllReq> for Request
impl From<GetChannelInfoAllReq> for Request
Source§fn from(original: GetChannelInfoAllReq) -> Request
fn from(original: GetChannelInfoAllReq) -> Request
Converts to this type from the input type.
Source§impl RequestType for GetChannelInfoAllReq
impl RequestType for GetChannelInfoAllReq
fn protocol_version(&self) -> ProtocolVersion
Source§impl Serialize for GetChannelInfoAllReq
impl Serialize for GetChannelInfoAllReq
Auto Trait Implementations§
impl Freeze for GetChannelInfoAllReq
impl RefUnwindSafe for GetChannelInfoAllReq
impl Send for GetChannelInfoAllReq
impl Sync for GetChannelInfoAllReq
impl Unpin for GetChannelInfoAllReq
impl UnwindSafe for GetChannelInfoAllReq
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