pub struct PrGroupMapping {
pub task: String,
pub group: String,
}Fields§
§task: String§group: StringTrait Implementations§
Source§impl Clone for PrGroupMapping
impl Clone for PrGroupMapping
Source§impl Debug for PrGroupMapping
impl Debug for PrGroupMapping
impl Eq for PrGroupMapping
Source§impl PartialEq for PrGroupMapping
impl PartialEq for PrGroupMapping
Source§impl Serialize for PrGroupMapping
impl Serialize for PrGroupMapping
impl StructuralPartialEq for PrGroupMapping
Auto Trait Implementations§
impl Freeze for PrGroupMapping
impl RefUnwindSafe for PrGroupMapping
impl Send for PrGroupMapping
impl Sync for PrGroupMapping
impl Unpin for PrGroupMapping
impl UnsafeUnpin for PrGroupMapping
impl UnwindSafe for PrGroupMapping
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.