pub struct EvenAndOddHeaders {}
Trait Implementations§
Source§impl Clone for EvenAndOddHeaders
impl Clone for EvenAndOddHeaders
Source§fn clone(&self) -> EvenAndOddHeaders
fn clone(&self) -> EvenAndOddHeaders
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 EvenAndOddHeaders
impl Debug for EvenAndOddHeaders
Source§impl Default for EvenAndOddHeaders
impl Default for EvenAndOddHeaders
Source§fn default() -> EvenAndOddHeaders
fn default() -> EvenAndOddHeaders
Returns the “default value” for a type. Read more
Source§impl<'__input> XmlRead<'__input> for EvenAndOddHeaders
impl<'__input> XmlRead<'__input> for EvenAndOddHeaders
Auto Trait Implementations§
impl Freeze for EvenAndOddHeaders
impl RefUnwindSafe for EvenAndOddHeaders
impl Send for EvenAndOddHeaders
impl Sync for EvenAndOddHeaders
impl Unpin for EvenAndOddHeaders
impl UnwindSafe for EvenAndOddHeaders
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