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