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