pub struct QueueKey {
pub repo_root: String,
pub tool: String,
}Fields§
§repo_root: String§tool: StringImplementations§
Trait Implementations§
impl Eq for QueueKey
impl StructuralPartialEq for QueueKey
Auto Trait Implementations§
impl Freeze for QueueKey
impl RefUnwindSafe for QueueKey
impl Send for QueueKey
impl Sync for QueueKey
impl Unpin for QueueKey
impl UnsafeUnpin for QueueKey
impl UnwindSafe for QueueKey
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