pub struct MuteThreadRequest;Expand description
Endpoint type for app.bsky.graph.muteThread
Trait Implementations§
Source§impl XrpcEndpoint for MuteThreadRequest
impl XrpcEndpoint for MuteThreadRequest
Source§const PATH: &'static str = "/xrpc/app.bsky.graph.muteThread"
const PATH: &'static str = "/xrpc/app.bsky.graph.muteThread"
Fully-qualified path (‘/xrpc/[nsid]’) where this endpoint should live on the server
Source§const METHOD: XrpcMethod
const METHOD: XrpcMethod
XRPC method (query/GET or procedure/POST)
Source§type Request<'de> = MuteThread<'de>
type Request<'de> = MuteThread<'de>
XRPC Request data type
Source§type Response = MuteThreadResponse
type Response = MuteThreadResponse
XRPC Response data type
Auto Trait Implementations§
impl Freeze for MuteThreadRequest
impl RefUnwindSafe for MuteThreadRequest
impl Send for MuteThreadRequest
impl Sync for MuteThreadRequest
impl Unpin for MuteThreadRequest
impl UnwindSafe for MuteThreadRequest
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