pub struct InvalidIdentifierError(/* private fields */);Trait Implementations§
Source§impl Clone for InvalidIdentifierError
impl Clone for InvalidIdentifierError
Source§fn clone(&self) -> InvalidIdentifierError
fn clone(&self) -> InvalidIdentifierError
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 InvalidIdentifierError
impl Debug for InvalidIdentifierError
impl Copy for InvalidIdentifierError
Auto Trait Implementations§
impl Freeze for InvalidIdentifierError
impl RefUnwindSafe for InvalidIdentifierError
impl Send for InvalidIdentifierError
impl Sync for InvalidIdentifierError
impl Unpin for InvalidIdentifierError
impl UnwindSafe for InvalidIdentifierError
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