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