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