pub struct IdentValue {
pub ident: String,
pub value: Value,
}Fields§
§ident: String§value: ValueTrait Implementations§
Source§impl Ord for IdentValue
impl Ord for IdentValue
Source§fn cmp(&self, other: &IdentValue) -> Ordering
fn cmp(&self, other: &IdentValue) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IdentValue
impl PartialEq for IdentValue
Source§impl PartialOrd for IdentValue
impl PartialOrd for IdentValue
impl Eq for IdentValue
impl StructuralPartialEq for IdentValue
Auto Trait Implementations§
impl Freeze for IdentValue
impl RefUnwindSafe for IdentValue
impl Send for IdentValue
impl Sync for IdentValue
impl Unpin for IdentValue
impl UnwindSafe for IdentValue
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