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