pub struct LeafValue {
pub value: Value,
}
Fields§
§value: Value
Trait Implementations§
impl StructuralPartialEq for LeafValue
Auto Trait Implementations§
impl Freeze for LeafValue
impl RefUnwindSafe for LeafValue
impl Send for LeafValue
impl Sync for LeafValue
impl Unpin for LeafValue
impl UnwindSafe for LeafValue
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