pub struct JoinCircle;
Expand description
Join a Circle.
§Authorization
- TokenUser
- One of
Admin
,AdminAsset
,, orManageSelfAsset
for owned Circles
§Errors
Unauthorized
if authorization is not valid.NotFound
if the circle does not exist
Trait Implementations§
Source§impl ApiEndpoint for JoinCircle
impl ApiEndpoint for JoinCircle
Source§type Path = JoinCirclePath
type Path = JoinCirclePath
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 JoinCircle
impl RefUnwindSafe for JoinCircle
impl Send for JoinCircle
impl Sync for JoinCircle
impl Unpin for JoinCircle
impl UnwindSafe for JoinCircle
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