pub struct FetchMessage {
pub channel_id: Id<ChannelMarker>,
pub message_id: Id<MessageMarker>,
}Fields§
§channel_id: Id<ChannelMarker>§message_id: Id<MessageMarker>Implementations§
Source§impl FetchMessage
impl FetchMessage
Sourcepub fn builder() -> FetchMessageBuilder
pub fn builder() -> FetchMessageBuilder
Create an instance of FetchMessage using the builder syntax
Trait Implementations§
Source§impl Clone for FetchMessage
impl Clone for FetchMessage
Source§fn clone(&self) -> FetchMessage
fn clone(&self) -> FetchMessage
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 FetchMessage
impl Debug for FetchMessage
Source§impl Endpoint for FetchMessage
impl Endpoint for FetchMessage
impl Copy for FetchMessage
Auto Trait Implementations§
impl Freeze for FetchMessage
impl RefUnwindSafe for FetchMessage
impl Send for FetchMessage
impl Sync for FetchMessage
impl Unpin for FetchMessage
impl UnsafeUnpin for FetchMessage
impl UnwindSafe for FetchMessage
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