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