pub struct DeleteBlockRequest;Expand description
Endpoint type for place.stream.moderation.deleteBlock
Trait Implementations§
Source§impl XrpcEndpoint for DeleteBlockRequest
impl XrpcEndpoint for DeleteBlockRequest
Source§const PATH: &'static str = "/xrpc/place.stream.moderation.deleteBlock"
const PATH: &'static str = "/xrpc/place.stream.moderation.deleteBlock"
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> = DeleteBlock<'de>
type Request<'de> = DeleteBlock<'de>
XRPC Request data type
Source§type Response = DeleteBlockResponse
type Response = DeleteBlockResponse
XRPC Response data type
Auto Trait Implementations§
impl Freeze for DeleteBlockRequest
impl RefUnwindSafe for DeleteBlockRequest
impl Send for DeleteBlockRequest
impl Sync for DeleteBlockRequest
impl Unpin for DeleteBlockRequest
impl UnsafeUnpin for DeleteBlockRequest
impl UnwindSafe for DeleteBlockRequest
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