pub struct ResolvableProfile {}Expand description
Game profile for player heads and similar.
Trait Implementations§
Source§impl Clone for ResolvableProfile
impl Clone for ResolvableProfile
Source§fn clone(&self) -> ResolvableProfile
fn clone(&self) -> ResolvableProfile
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 ResolvableProfile
impl Debug for ResolvableProfile
Source§impl Default for ResolvableProfile
impl Default for ResolvableProfile
Source§fn default() -> ResolvableProfile
fn default() -> ResolvableProfile
Returns the “default value” for a type. Read more
Source§impl PartialEq for ResolvableProfile
impl PartialEq for ResolvableProfile
Source§fn eq(&self, other: &ResolvableProfile) -> bool
fn eq(&self, other: &ResolvableProfile) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ResolvableProfile
Auto Trait Implementations§
impl Freeze for ResolvableProfile
impl RefUnwindSafe for ResolvableProfile
impl Send for ResolvableProfile
impl Sync for ResolvableProfile
impl Unpin for ResolvableProfile
impl UnsafeUnpin for ResolvableProfile
impl UnwindSafe for ResolvableProfile
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