pub struct DeleteSessionRequest;Expand description
Endpoint type for com.atproto.server.deleteSession
Trait Implementations§
Source§impl XrpcEndpoint for DeleteSessionRequest
impl XrpcEndpoint for DeleteSessionRequest
Source§const PATH: &'static str = "/xrpc/com.atproto.server.deleteSession"
const PATH: &'static str = "/xrpc/com.atproto.server.deleteSession"
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> = DeleteSession
type Request<'de> = DeleteSession
XRPC Request data type
Source§type Response = DeleteSessionResponse
type Response = DeleteSessionResponse
XRPC Response data type
Auto Trait Implementations§
impl Freeze for DeleteSessionRequest
impl RefUnwindSafe for DeleteSessionRequest
impl Send for DeleteSessionRequest
impl Sync for DeleteSessionRequest
impl Unpin for DeleteSessionRequest
impl UnwindSafe for DeleteSessionRequest
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