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