pub struct UnlockableID {
pub name: &'static str,
pub type: UnlockableIDType,
}Fields§
§name: &'static str§type: UnlockableIDTypeTrait Implementations§
Source§impl Clone for UnlockableID
impl Clone for UnlockableID
Source§fn clone(&self) -> UnlockableID
fn clone(&self) -> UnlockableID
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 UnlockableID
Source§impl Debug for UnlockableID
impl Debug for UnlockableID
Source§impl Default for UnlockableID
impl Default for UnlockableID
Source§fn default() -> UnlockableID
fn default() -> UnlockableID
Returns the “default value” for a type. Read more
Source§impl PartialEq for UnlockableID
impl PartialEq for UnlockableID
impl StructuralPartialEq for UnlockableID
Auto Trait Implementations§
impl Freeze for UnlockableID
impl RefUnwindSafe for UnlockableID
impl Send for UnlockableID
impl Sync for UnlockableID
impl Unpin for UnlockableID
impl UnsafeUnpin for UnlockableID
impl UnwindSafe for UnlockableID
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