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