pub struct DocumentRecord;Expand description
Marker type for deserializing records from this collection.
Trait Implementations§
Source§impl XrpcResp for DocumentRecord
impl XrpcResp for DocumentRecord
Source§type Output<'de> = DocumentGetRecordOutput<'de>
type Output<'de> = DocumentGetRecordOutput<'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 DocumentRecord
impl RefUnwindSafe for DocumentRecord
impl Send for DocumentRecord
impl Sync for DocumentRecord
impl Unpin for DocumentRecord
impl UnwindSafe for DocumentRecord
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