pub struct BrowseResources;
Expand description
Browse user’s resources
Trait Implementations§
Source§impl ApiEndpoint for BrowseUserResources
impl ApiEndpoint for BrowseUserResources
Source§type Req = BrowsePublicUserResourcesQuery
type Req = BrowsePublicUserResourcesQuery
The request type for this endpoint.
Source§type Res = BrowsePublicUserResourcesResponse
type Res = BrowsePublicUserResourcesResponse
The response type for this endpoint.
Source§type Path = BrowsePublicUserResourcesPath
type Path = BrowsePublicUserResourcesPath
The path type for this endpoint.
Source§type Err = EmptyError
type Err = EmptyError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for BrowseUserResources
impl RefUnwindSafe for BrowseUserResources
impl Send for BrowseUserResources
impl Sync for BrowseUserResources
impl Unpin for BrowseUserResources
impl UnwindSafe for BrowseUserResources
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