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