pub struct MessageRecord;Expand description
Marker type for deserializing records from this collection.
Trait Implementations§
Source§impl XrpcResp for MessageRecord
impl XrpcResp for MessageRecord
Source§type Output<'de> = MessageGetRecordOutput<'de>
type Output<'de> = MessageGetRecordOutput<'de>
Response output type
Source§type Err<'de> = RecordError<'de>
type Err<'de> = RecordError<'de>
Error type for this request
Auto Trait Implementations§
impl Freeze for MessageRecord
impl RefUnwindSafe for MessageRecord
impl Send for MessageRecord
impl Sync for MessageRecord
impl Unpin for MessageRecord
impl UnwindSafe for MessageRecord
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