pub struct CloneTypeIdentifier { /* private fields */ }
Expand description
The <clone-type-identifier>
pseudo-terminal.
<clone-type-identifier> ::= <unqualified source code identifier>
Trait Implementations§
Source§impl Clone for CloneTypeIdentifier
impl Clone for CloneTypeIdentifier
Source§fn clone(&self) -> CloneTypeIdentifier
fn clone(&self) -> CloneTypeIdentifier
Returns a copy 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 CloneTypeIdentifier
impl Debug for CloneTypeIdentifier
Source§impl PartialEq for CloneTypeIdentifier
impl PartialEq for CloneTypeIdentifier
impl Eq for CloneTypeIdentifier
impl StructuralPartialEq for CloneTypeIdentifier
Auto Trait Implementations§
impl Freeze for CloneTypeIdentifier
impl RefUnwindSafe for CloneTypeIdentifier
impl Send for CloneTypeIdentifier
impl Sync for CloneTypeIdentifier
impl Unpin for CloneTypeIdentifier
impl UnwindSafe for CloneTypeIdentifier
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