pub struct MaxExclusiveFacet {
pub value: String,
pub fixed: FacetFixed,
pub source: Option<SourceRef>,
}Expand description
MaxExclusive facet (value < bound)
Fields§
§value: String§fixed: FacetFixed§source: Option<SourceRef>Trait Implementations§
Source§impl Clone for MaxExclusiveFacet
impl Clone for MaxExclusiveFacet
Source§fn clone(&self) -> MaxExclusiveFacet
fn clone(&self) -> MaxExclusiveFacet
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for MaxExclusiveFacet
impl RefUnwindSafe for MaxExclusiveFacet
impl Send for MaxExclusiveFacet
impl Sync for MaxExclusiveFacet
impl Unpin for MaxExclusiveFacet
impl UnsafeUnpin for MaxExclusiveFacet
impl UnwindSafe for MaxExclusiveFacet
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