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