pub struct QueryLabelsResponse;Expand description
Response type for com.atproto.label.queryLabels
Trait Implementations§
Source§impl XrpcResp for QueryLabelsResponse
impl XrpcResp for QueryLabelsResponse
Source§type Output<'de> = QueryLabelsOutput<'de>
type Output<'de> = QueryLabelsOutput<'de>
Response output type
Source§type Err<'de> = GenericError<'de>
type Err<'de> = GenericError<'de>
Error type for this request
Auto Trait Implementations§
impl Freeze for QueryLabelsResponse
impl RefUnwindSafe for QueryLabelsResponse
impl Send for QueryLabelsResponse
impl Sync for QueryLabelsResponse
impl Unpin for QueryLabelsResponse
impl UnwindSafe for QueryLabelsResponse
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