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 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Exclamation
impl Debug for Exclamation
Source§impl FromStr for Exclamation
impl FromStr for Exclamation
Source§impl Parse for Exclamation
impl Parse for Exclamation
type Output = Exclamation
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output>
impl Copy 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 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