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