pub struct ClassIdentity { /* private fields */ }Expand description
Stable identity carried by a class declaration or parent reference.
Implementations§
Trait Implementations§
Source§impl Clone for ClassIdentity
impl Clone for ClassIdentity
Source§fn clone(&self) -> ClassIdentity
fn clone(&self) -> ClassIdentity
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 ClassIdentity
impl Debug for ClassIdentity
impl Eq for ClassIdentity
Source§impl PartialEq for ClassIdentity
impl PartialEq for ClassIdentity
impl StructuralPartialEq for ClassIdentity
Auto Trait Implementations§
impl Freeze for ClassIdentity
impl RefUnwindSafe for ClassIdentity
impl Send for ClassIdentity
impl Sync for ClassIdentity
impl Unpin for ClassIdentity
impl UnsafeUnpin for ClassIdentity
impl UnwindSafe for ClassIdentity
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