pub struct GetFolderRequest;Expand description
Endpoint type for app.blebbit.authr.folder.getFolder
Trait Implementations§
Source§impl XrpcEndpoint for GetFolderRequest
impl XrpcEndpoint for GetFolderRequest
Source§const PATH: &'static str = "/xrpc/app.blebbit.authr.folder.getFolder"
const PATH: &'static str = "/xrpc/app.blebbit.authr.folder.getFolder"
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 = GetFolderResponse
type Response = GetFolderResponse
XRPC Response data type
Auto Trait Implementations§
impl Freeze for GetFolderRequest
impl RefUnwindSafe for GetFolderRequest
impl Send for GetFolderRequest
impl Sync for GetFolderRequest
impl Unpin for GetFolderRequest
impl UnwindSafe for GetFolderRequest
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