pub struct MessageFetchRequest {
pub message_id: Uuid,
}Expand description
User fetches a specific message by ID
This corresponds to step 8 and 10 in the spec.
Fields§
§message_id: UuidMessage ID to fetch
Auto Trait Implementations§
impl Freeze for MessageFetchRequest
impl RefUnwindSafe for MessageFetchRequest
impl Send for MessageFetchRequest
impl Sync for MessageFetchRequest
impl Unpin for MessageFetchRequest
impl UnsafeUnpin for MessageFetchRequest
impl UnwindSafe for MessageFetchRequest
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