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