pub struct VariableLengthMatch {
pub min_hops: Option<i64>,
pub max_hops: Option<i64>,
}Fields§
§min_hops: Option<i64>§max_hops: Option<i64>Trait Implementations§
Source§impl Clone for VariableLengthMatch
impl Clone for VariableLengthMatch
Source§fn clone(&self) -> VariableLengthMatch
fn clone(&self) -> VariableLengthMatch
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VariableLengthMatch
impl Debug for VariableLengthMatch
Source§impl PartialEq for VariableLengthMatch
impl PartialEq for VariableLengthMatch
impl StructuralPartialEq for VariableLengthMatch
Auto Trait Implementations§
impl Freeze for VariableLengthMatch
impl RefUnwindSafe for VariableLengthMatch
impl Send for VariableLengthMatch
impl Sync for VariableLengthMatch
impl Unpin for VariableLengthMatch
impl UnwindSafe for VariableLengthMatch
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