pub struct FrameCustom {
pub date_time: DateTime<Utc>,
}Fields§
§date_time: DateTime<Utc>Date and time of the frame
Trait Implementations§
Source§impl Clone for FrameCustom
impl Clone for FrameCustom
Source§fn clone(&self) -> FrameCustom
fn clone(&self) -> FrameCustom
Returns a duplicate 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 moreSource§impl Debug for FrameCustom
impl Debug for FrameCustom
Source§impl Default for FrameCustom
impl Default for FrameCustom
Source§fn default() -> FrameCustom
fn default() -> FrameCustom
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FrameCustom
impl RefUnwindSafe for FrameCustom
impl Send for FrameCustom
impl Sync for FrameCustom
impl Unpin for FrameCustom
impl UnwindSafe for FrameCustom
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