pub struct CalendarWrite<State> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<State: Clone> Clone for CalendarWrite<State>
impl<State: Clone> Clone for CalendarWrite<State>
Source§fn clone(&self) -> CalendarWrite<State>
fn clone(&self) -> CalendarWrite<State>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<State: Debug> Debug for CalendarWrite<State>
impl<State: Debug> Debug for CalendarWrite<State>
Source§impl<State: PartialEq> PartialEq for CalendarWrite<State>
impl<State: PartialEq> PartialEq for CalendarWrite<State>
Source§fn eq(&self, other: &CalendarWrite<State>) -> bool
fn eq(&self, other: &CalendarWrite<State>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<State: Eq> Eq for CalendarWrite<State>
impl<State> StructuralPartialEq for CalendarWrite<State>
Auto Trait Implementations§
impl<State> Freeze for CalendarWrite<State>
impl<State> RefUnwindSafe for CalendarWrite<State>where
State: RefUnwindSafe,
impl<State> Send for CalendarWrite<State>where
State: Send,
impl<State> Sync for CalendarWrite<State>where
State: Sync,
impl<State> Unpin for CalendarWrite<State>where
State: Unpin,
impl<State> UnsafeUnpin for CalendarWrite<State>
impl<State> UnwindSafe for CalendarWrite<State>where
State: UnwindSafe,
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