pub struct PathLength {
pub min: usize,
pub max: usize,
}Fields§
§min: usize§max: usizeImplementations§
Trait Implementations§
Source§impl Clone for PathLength
impl Clone for PathLength
Source§fn clone(&self) -> PathLength
fn clone(&self) -> PathLength
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 moreimpl Copy for PathLength
Source§impl Debug for PathLength
impl Debug for PathLength
Auto Trait Implementations§
impl Freeze for PathLength
impl RefUnwindSafe for PathLength
impl Send for PathLength
impl Sync for PathLength
impl Unpin for PathLength
impl UnsafeUnpin for PathLength
impl UnwindSafe for PathLength
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