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