pub struct HeaderList(/* private fields */);Expand description
HeaderList defines a list of headers. This is typically composed as a part of the process from crate::header! and crate::grid! and is not constructed directly.
Implementations§
Trait Implementations§
Source§impl Clone for HeaderList
impl Clone for HeaderList
Source§fn clone(&self) -> HeaderList
fn clone(&self) -> HeaderList
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 Default for HeaderList
impl Default for HeaderList
Source§fn default() -> HeaderList
fn default() -> HeaderList
Returns the “default value” for a type. Read more
Source§impl Display for HeaderList
impl Display for HeaderList
Source§impl Ord for HeaderList
impl Ord for HeaderList
Source§fn cmp(&self, other: &HeaderList) -> Ordering
fn cmp(&self, other: &HeaderList) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for HeaderList
impl PartialEq for HeaderList
Source§impl PartialOrd for HeaderList
impl PartialOrd for HeaderList
impl Eq for HeaderList
impl StructuralPartialEq for HeaderList
Auto Trait Implementations§
impl Freeze for HeaderList
impl !RefUnwindSafe for HeaderList
impl !Send for HeaderList
impl !Sync for HeaderList
impl Unpin for HeaderList
impl !UnwindSafe for HeaderList
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