pub struct TimerRecord {
pub id: String,
pub token_id: String,
pub instance_id: String,
pub due_at: String,
pub status: String,
pub created_at: String,
}Fields§
§id: String§token_id: String§instance_id: String§due_at: String§status: String§created_at: StringTrait Implementations§
Source§impl Clone for TimerRecord
impl Clone for TimerRecord
Source§fn clone(&self) -> TimerRecord
fn clone(&self) -> TimerRecord
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 moreAuto Trait Implementations§
impl Freeze for TimerRecord
impl RefUnwindSafe for TimerRecord
impl Send for TimerRecord
impl Sync for TimerRecord
impl Unpin for TimerRecord
impl UnsafeUnpin for TimerRecord
impl UnwindSafe for TimerRecord
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