pub struct GetFolderResponse;Expand description
Response type for app.blebbit.authr.folder.getFolder
Trait Implementations§
Source§impl XrpcResp for GetFolderResponse
impl XrpcResp for GetFolderResponse
Source§type Output<'de> = GetFolderOutput<'de>
type Output<'de> = GetFolderOutput<'de>
Response output type
Source§type Err<'de> = GenericError<'de>
type Err<'de> = GenericError<'de>
Error type for this request
Auto Trait Implementations§
impl Freeze for GetFolderResponse
impl RefUnwindSafe for GetFolderResponse
impl Send for GetFolderResponse
impl Sync for GetFolderResponse
impl Unpin for GetFolderResponse
impl UnwindSafe for GetFolderResponse
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