pub struct PrivateIdentifier { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for PrivateIdentifier
impl Clone for PrivateIdentifier
Source§fn clone(&self) -> PrivateIdentifier
fn clone(&self) -> PrivateIdentifier
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 PrivateIdentifier
impl Debug for PrivateIdentifier
impl Eq for PrivateIdentifier
Source§impl PartialEq for PrivateIdentifier
impl PartialEq for PrivateIdentifier
impl StructuralPartialEq for PrivateIdentifier
Auto Trait Implementations§
impl Freeze for PrivateIdentifier
impl RefUnwindSafe for PrivateIdentifier
impl Send for PrivateIdentifier
impl Sync for PrivateIdentifier
impl Unpin for PrivateIdentifier
impl UnsafeUnpin for PrivateIdentifier
impl UnwindSafe for PrivateIdentifier
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