pub struct MaxInclusiveFacet {
pub value: String,
pub fixed: FacetFixed,
pub source: Option<SourceRef>,
}Expand description
MaxInclusive facet (value <= bound)
Fields§
§value: String§fixed: FacetFixed§source: Option<SourceRef>Trait Implementations§
Source§impl Clone for MaxInclusiveFacet
impl Clone for MaxInclusiveFacet
Source§fn clone(&self) -> MaxInclusiveFacet
fn clone(&self) -> MaxInclusiveFacet
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 MaxInclusiveFacet
impl RefUnwindSafe for MaxInclusiveFacet
impl Send for MaxInclusiveFacet
impl Sync for MaxInclusiveFacet
impl Unpin for MaxInclusiveFacet
impl UnsafeUnpin for MaxInclusiveFacet
impl UnwindSafe for MaxInclusiveFacet
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