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