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