pub struct BlockingPair {
pub blocker_id: String,
pub blocked_id: String,
pub blocker_label: String,
pub blocked_label: String,
}Fields§
§blocker_id: String§blocked_id: String§blocker_label: String§blocked_label: StringTrait Implementations§
Source§impl Clone for BlockingPair
impl Clone for BlockingPair
Source§fn clone(&self) -> BlockingPair
fn clone(&self) -> BlockingPair
Returns a duplicate 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 BlockingPair
impl Debug for BlockingPair
Auto Trait Implementations§
impl Freeze for BlockingPair
impl RefUnwindSafe for BlockingPair
impl Send for BlockingPair
impl Sync for BlockingPair
impl Unpin for BlockingPair
impl UnsafeUnpin for BlockingPair
impl UnwindSafe for BlockingPair
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