pub struct Rar50FilterSpec {
pub kind: Rar50FilterKind,
pub range: Option<Range<usize>>,
}Fields§
§kind: Rar50FilterKind§range: Option<Range<usize>>Implementations§
Source§impl Rar50FilterSpec
impl Rar50FilterSpec
pub fn new(kind: Rar50FilterKind) -> Self
pub fn range(kind: Rar50FilterKind, range: Range<usize>) -> Self
Trait Implementations§
Source§impl Clone for Rar50FilterSpec
impl Clone for Rar50FilterSpec
Source§fn clone(&self) -> Rar50FilterSpec
fn clone(&self) -> Rar50FilterSpec
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 moreSource§impl Debug for Rar50FilterSpec
impl Debug for Rar50FilterSpec
Source§impl PartialEq for Rar50FilterSpec
impl PartialEq for Rar50FilterSpec
Source§fn eq(&self, other: &Rar50FilterSpec) -> bool
fn eq(&self, other: &Rar50FilterSpec) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for Rar50FilterSpec
impl StructuralPartialEq for Rar50FilterSpec
Auto Trait Implementations§
impl Freeze for Rar50FilterSpec
impl RefUnwindSafe for Rar50FilterSpec
impl Send for Rar50FilterSpec
impl Sync for Rar50FilterSpec
impl Unpin for Rar50FilterSpec
impl UnsafeUnpin for Rar50FilterSpec
impl UnwindSafe for Rar50FilterSpec
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