pub struct ChannelMessagesQuery { /* private fields */ }
Expand description
Options for retrieving messages from a channel.
Implementations§
Trait Implementations§
Source§impl Clone for ChannelMessagesQuery
impl Clone for ChannelMessagesQuery
Source§fn clone(&self) -> ChannelMessagesQuery
fn clone(&self) -> ChannelMessagesQuery
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 ChannelMessagesQuery
impl Debug for ChannelMessagesQuery
Auto Trait Implementations§
impl Freeze for ChannelMessagesQuery
impl RefUnwindSafe for ChannelMessagesQuery
impl Send for ChannelMessagesQuery
impl Sync for ChannelMessagesQuery
impl Unpin for ChannelMessagesQuery
impl UnwindSafe for ChannelMessagesQuery
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