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