pub struct AttrValue {
pub path: Vec<u8>,
pub value: Vec<u8>,
}Expand description
One check-attr answer for one path.
Fields§
§path: Vec<u8>§value: Vec<u8>git’s raw answer: a value, or unspecified / unset / true /
false. What those mean is domain policy
(plan::attr_marks_generated).
Auto Trait Implementations§
impl Freeze for AttrValue
impl RefUnwindSafe for AttrValue
impl Send for AttrValue
impl Sync for AttrValue
impl Unpin for AttrValue
impl UnsafeUnpin for AttrValue
impl UnwindSafe for AttrValue
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