pub struct EntityTypeId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for EntityTypeId
impl Clone for EntityTypeId
Source§fn clone(&self) -> EntityTypeId
fn clone(&self) -> EntityTypeId
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 EntityTypeId
impl Debug for EntityTypeId
Source§impl<'de> Deserialize<'de> for EntityTypeId
impl<'de> Deserialize<'de> for EntityTypeId
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 EntityTypeId
impl Display for EntityTypeId
impl Eq for EntityTypeId
Source§impl FromStr for EntityTypeId
impl FromStr for EntityTypeId
Source§impl Hash for EntityTypeId
impl Hash for EntityTypeId
Source§impl Ord for EntityTypeId
impl Ord for EntityTypeId
Source§fn cmp(&self, other: &EntityTypeId) -> Ordering
fn cmp(&self, other: &EntityTypeId) -> 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 EntityTypeId
impl PartialEq for EntityTypeId
Source§impl PartialOrd for EntityTypeId
impl PartialOrd for EntityTypeId
Source§impl Serialize for EntityTypeId
impl Serialize for EntityTypeId
impl StructuralPartialEq for EntityTypeId
Auto Trait Implementations§
impl Freeze for EntityTypeId
impl RefUnwindSafe for EntityTypeId
impl Send for EntityTypeId
impl Sync for EntityTypeId
impl Unpin for EntityTypeId
impl UnsafeUnpin for EntityTypeId
impl UnwindSafe for EntityTypeId
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