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