pub struct LeaveCircle;
Expand description
Leave a Circle.
Trait Implementations§
Source§impl ApiEndpoint for LeaveCircle
impl ApiEndpoint for LeaveCircle
Source§type Path = LeaveCirclePath
type Path = LeaveCirclePath
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 LeaveCircle
impl RefUnwindSafe for LeaveCircle
impl Send for LeaveCircle
impl Sync for LeaveCircle
impl Unpin for LeaveCircle
impl UnwindSafe for LeaveCircle
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