pub struct FacetValue {
pub value: String,
pub fixed: bool,
}Expand description
Value of a Facet node.
Fields§
§value: StringFacet value.
fixed: boolWhether the facet is fixed.
Trait Implementations§
Source§impl Clone for FacetValue
impl Clone for FacetValue
Source§fn clone(&self) -> FacetValue
fn clone(&self) -> FacetValue
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 FacetValue
impl Debug for FacetValue
Auto Trait Implementations§
impl Freeze for FacetValue
impl RefUnwindSafe for FacetValue
impl Send for FacetValue
impl Sync for FacetValue
impl Unpin for FacetValue
impl UnwindSafe for FacetValue
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