pub struct Browse;
Expand description
Browse Circles. Returns the Circles in the response.
§Authorization
- TokenUser of owned Circles
- One of
Admin
,AdminAsset
, orManageSelfAsset
for owned Circles
Trait Implementations§
Source§impl ApiEndpoint for Browse
impl ApiEndpoint for Browse
Source§type Req = CircleBrowseQuery
type Req = CircleBrowseQuery
The request type for this endpoint.
Source§type Res = CircleBrowseResponse
type Res = CircleBrowseResponse
The response type for this endpoint.
Source§type Path = CircleBrowsePath
type Path = CircleBrowsePath
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 Browse
impl RefUnwindSafe for Browse
impl Send for Browse
impl Sync for Browse
impl Unpin for Browse
impl UnwindSafe for Browse
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