pub struct RegistryId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for RegistryId
impl Clone for RegistryId
Source§fn clone(&self) -> RegistryId
fn clone(&self) -> RegistryId
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 RegistryId
impl Debug for RegistryId
Source§impl From<BlockKind> for RegistryId
impl From<BlockKind> for RegistryId
Source§impl From<EntityAttribute> for RegistryId
impl From<EntityAttribute> for RegistryId
Source§fn from(attribute: EntityAttribute) -> Self
fn from(attribute: EntityAttribute) -> Self
Converts to this type from the input type.
Source§impl From<ItemKind> for RegistryId
impl From<ItemKind> for RegistryId
Source§impl From<RegistryId> for i32
impl From<RegistryId> for i32
Source§fn from(id: RegistryId) -> i32
fn from(id: RegistryId) -> i32
Converts to this type from the input type.
Source§impl From<Sound> for RegistryId
impl From<Sound> for RegistryId
Source§impl From<StatusEffect> for RegistryId
impl From<StatusEffect> for RegistryId
Source§fn from(effect: StatusEffect) -> Self
fn from(effect: StatusEffect) -> Self
Converts to this type from the input type.
Source§impl From<i32> for RegistryId
impl From<i32> for RegistryId
Source§fn from(id: i32) -> RegistryId
fn from(id: i32) -> RegistryId
Converts to this type from the input type.
Source§impl PartialEq for RegistryId
impl PartialEq for RegistryId
impl Copy for RegistryId
impl Eq for RegistryId
impl StructuralPartialEq for RegistryId
Auto Trait Implementations§
impl Freeze for RegistryId
impl RefUnwindSafe for RegistryId
impl Send for RegistryId
impl Sync for RegistryId
impl Unpin for RegistryId
impl UnwindSafe for RegistryId
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