pub struct MatchRanges {
pub input_matches: Option<InputRanges>,
pub byte_ranges: Option<Vec<ByteRange>>,
}Fields§
§input_matches: Option<InputRanges>§byte_ranges: Option<Vec<ByteRange>>Implementations§
Trait Implementations§
Source§impl Clone for MatchRanges
impl Clone for MatchRanges
Source§fn clone(&self) -> MatchRanges
fn clone(&self) -> MatchRanges
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 MatchRanges
impl Debug for MatchRanges
Source§impl Default for MatchRanges
impl Default for MatchRanges
Source§fn default() -> MatchRanges
fn default() -> MatchRanges
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MatchRanges
impl RefUnwindSafe for MatchRanges
impl Send for MatchRanges
impl Sync for MatchRanges
impl Unpin for MatchRanges
impl UnwindSafe for MatchRanges
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