Struct AccountPictureKind
#[repr(transparent)]pub struct AccountPictureKind(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl AccountPictureKind
impl AccountPictureKind
Trait Implementations§
§impl Clone for AccountPictureKind
impl Clone for AccountPictureKind
§fn clone(&self) -> AccountPictureKind
fn clone(&self) -> AccountPictureKind
Returns a copy 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 more§impl Debug for AccountPictureKind
impl Debug for AccountPictureKind
§impl Default for AccountPictureKind
impl Default for AccountPictureKind
§fn default() -> AccountPictureKind
fn default() -> AccountPictureKind
Returns the “default value” for a type. Read more
§impl PartialEq for AccountPictureKind
impl PartialEq for AccountPictureKind
impl Copy for AccountPictureKind
impl Eq for AccountPictureKind
impl StructuralPartialEq for AccountPictureKind
Auto Trait Implementations§
impl Freeze for AccountPictureKind
impl RefUnwindSafe for AccountPictureKind
impl Send for AccountPictureKind
impl Sync for AccountPictureKind
impl Unpin for AccountPictureKind
impl UnwindSafe for AccountPictureKind
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