pub struct Discard;
Expand description
Discard the value and do not emit a value.
Trait Implementations§
source§impl FromXmlText for Discard
impl FromXmlText for Discard
source§impl IntoOptionalXmlText for Discard
impl IntoOptionalXmlText for Discard
source§impl Ord for Discard
impl Ord for Discard
source§impl PartialEq for Discard
impl PartialEq for Discard
source§impl PartialOrd for Discard
impl PartialOrd for Discard
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Discard
impl Eq for Discard
impl StructuralPartialEq for Discard
Auto Trait Implementations§
impl Freeze for Discard
impl RefUnwindSafe for Discard
impl Send for Discard
impl Sync for Discard
impl Unpin for Discard
impl UnwindSafe for Discard
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