pub struct PrivateIdentifier(/* private fields */);Expand description
A private class field identifier (#name).
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
Source§impl Display for PrivateIdentifier
impl Display for PrivateIdentifier
impl Eq for PrivateIdentifier
Source§impl Hash for PrivateIdentifier
impl Hash for PrivateIdentifier
Source§impl Ord for PrivateIdentifier
impl Ord for PrivateIdentifier
Source§fn cmp(&self, other: &PrivateIdentifier) -> Ordering
fn cmp(&self, other: &PrivateIdentifier) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PrivateIdentifier
impl PartialEq for PrivateIdentifier
Source§impl PartialOrd for PrivateIdentifier
impl PartialOrd 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