pub struct BrowseMembers;
Expand description
Browse members of a Circle.
Trait Implementations§
Source§impl ApiEndpoint for BrowseMembers
impl ApiEndpoint for BrowseMembers
Source§type Req = BrowseMembersQuery
type Req = BrowseMembersQuery
The request type for this endpoint.
Source§type Res = BrowseMembersResponse
type Res = BrowseMembersResponse
The response type for this endpoint.
Source§type Path = CircleBrowseMembersPath
type Path = CircleBrowseMembersPath
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 BrowseMembers
impl RefUnwindSafe for BrowseMembers
impl Send for BrowseMembers
impl Sync for BrowseMembers
impl Unpin for BrowseMembers
impl UnwindSafe for BrowseMembers
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