pub struct CircleRemoveMemberPath(pub CircleId, pub UserId);
Tuple Fields§
§0: CircleId
§1: UserId
Trait Implementations§
Source§impl Clone for CircleRemoveMemberPath
impl Clone for CircleRemoveMemberPath
Source§fn clone(&self) -> CircleRemoveMemberPath
fn clone(&self) -> CircleRemoveMemberPath
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CircleRemoveMemberPath
impl Debug for CircleRemoveMemberPath
Auto Trait Implementations§
impl Freeze for CircleRemoveMemberPath
impl RefUnwindSafe for CircleRemoveMemberPath
impl Send for CircleRemoveMemberPath
impl Sync for CircleRemoveMemberPath
impl Unpin for CircleRemoveMemberPath
impl UnwindSafe for CircleRemoveMemberPath
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