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