pub struct ValueDef {
pub header: ValueHeader,
pub elements: Vec<ValueElement>,
}Fields§
§header: ValueHeader§elements: Vec<ValueElement>Trait Implementations§
Source§impl PartialOrd for ValueDef
impl PartialOrd for ValueDef
impl StructuralPartialEq for ValueDef
Auto Trait Implementations§
impl Freeze for ValueDef
impl RefUnwindSafe for ValueDef
impl Send for ValueDef
impl Sync for ValueDef
impl Unpin for ValueDef
impl UnwindSafe for ValueDef
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