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