pub struct PageRangeList {
pub ranges: Vec<Range>,
}
Fields§
§ranges: Vec<Range>
Implementations§
source§impl PageRangeList
impl PageRangeList
pub fn try_from_xml(xml: &str) -> Result<Self>
Trait Implementations§
source§impl Clone for PageRangeList
impl Clone for PageRangeList
source§fn clone(&self) -> PageRangeList
fn clone(&self) -> PageRangeList
Returns a copy 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 PageRangeList
impl Debug for PageRangeList
source§impl Default for PageRangeList
impl Default for PageRangeList
source§fn default() -> PageRangeList
fn default() -> PageRangeList
Returns the “default value” for a type. Read more
source§impl PartialEq for PageRangeList
impl PartialEq for PageRangeList
impl Eq for PageRangeList
impl StructuralPartialEq for PageRangeList
Auto Trait Implementations§
impl Freeze for PageRangeList
impl RefUnwindSafe for PageRangeList
impl Send for PageRangeList
impl Sync for PageRangeList
impl Unpin for PageRangeList
impl UnwindSafe for PageRangeList
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.