pub struct LeafClause {
pub key: String,
pub value: Value,
}
Fields§
§key: String
§value: Value
Trait Implementations§
Source§impl Clone for LeafClause
impl Clone for LeafClause
Source§fn clone(&self) -> LeafClause
fn clone(&self) -> LeafClause
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LeafClause
impl Debug for LeafClause
Source§impl PartialEq for LeafClause
impl PartialEq for LeafClause
impl StructuralPartialEq for LeafClause
Auto Trait Implementations§
impl Freeze for LeafClause
impl RefUnwindSafe for LeafClause
impl Send for LeafClause
impl Sync for LeafClause
impl Unpin for LeafClause
impl UnwindSafe for LeafClause
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