pub struct TagDiff {
pub name: String,
pub op: TagOp,
pub hints: Vec<String>,
}Fields§
§name: String§op: TagOp§hints: Vec<String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TagDiff
impl RefUnwindSafe for TagDiff
impl Send for TagDiff
impl Sync for TagDiff
impl Unpin for TagDiff
impl UnsafeUnpin for TagDiff
impl UnwindSafe for TagDiff
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