pub struct RemoveMember;
Expand description
Remove member from a Circle.
Trait Implementations§
Source§impl ApiEndpoint for RemoveMember
impl ApiEndpoint for RemoveMember
Source§type Path = CircleRemoveMemberPath
type Path = CircleRemoveMemberPath
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 RemoveMember
impl RefUnwindSafe for RemoveMember
impl Send for RemoveMember
impl Sync for RemoveMember
impl Unpin for RemoveMember
impl UnwindSafe for RemoveMember
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