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§fn clone(&self) -> PrGroupMapping
fn clone(&self) -> PrGroupMapping
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 PrGroupMapping
impl Debug for PrGroupMapping
Source§impl PartialEq for PrGroupMapping
impl PartialEq for PrGroupMapping
Source§impl Serialize for PrGroupMapping
impl Serialize for PrGroupMapping
impl Eq 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