pub struct PathSpec {
pub public_name: &'static str,
pub value_kind: ValueKind,
pub clearable: bool,
}Fields§
§public_name: &'static str§value_kind: ValueKind§clearable: boolTrait Implementations§
impl Copy for PathSpec
impl Eq for PathSpec
impl StructuralPartialEq for PathSpec
Auto Trait Implementations§
impl Freeze for PathSpec
impl RefUnwindSafe for PathSpec
impl Send for PathSpec
impl Sync for PathSpec
impl Unpin for PathSpec
impl UnsafeUnpin for PathSpec
impl UnwindSafe for PathSpec
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