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