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