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