pub struct UserTaskMapping(pub User, pub Task);Tuple Fields§
§0: User§1: TaskTrait Implementations§
Source§impl Debug for UserTaskMapping
impl Debug for UserTaskMapping
Auto Trait Implementations§
impl Freeze for UserTaskMapping
impl RefUnwindSafe for UserTaskMapping
impl Send for UserTaskMapping
impl Sync for UserTaskMapping
impl Unpin for UserTaskMapping
impl UnwindSafe for UserTaskMapping
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