pub struct ComponentKey(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for ComponentKey
impl Clone for ComponentKey
Source§fn clone(&self) -> ComponentKey
fn clone(&self) -> ComponentKey
Returns a duplicate 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 ComponentKey
impl Debug for ComponentKey
Source§impl<'de> Deserialize<'de> for ComponentKey
impl<'de> Deserialize<'de> for ComponentKey
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for ComponentKey
impl Display for ComponentKey
Source§impl Hash for ComponentKey
impl Hash for ComponentKey
Source§impl PartialEq for ComponentKey
impl PartialEq for ComponentKey
Source§impl Serialize for ComponentKey
impl Serialize for ComponentKey
impl Eq for ComponentKey
impl StructuralPartialEq for ComponentKey
Auto Trait Implementations§
impl Freeze for ComponentKey
impl RefUnwindSafe for ComponentKey
impl Send for ComponentKey
impl Sync for ComponentKey
impl Unpin for ComponentKey
impl UnwindSafe for ComponentKey
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