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