pub struct AITimeStamp { /* private fields */ }
Trait Implementations§
Source§impl Clone for AITimeStamp
impl Clone for AITimeStamp
Source§fn clone(&self) -> AITimeStamp
fn clone(&self) -> AITimeStamp
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 moreSource§impl Debug for AITimeStamp
impl Debug for AITimeStamp
Source§impl PartialEq for AITimeStamp
impl PartialEq for AITimeStamp
impl StructuralPartialEq for AITimeStamp
Auto Trait Implementations§
impl Freeze for AITimeStamp
impl RefUnwindSafe for AITimeStamp
impl Send for AITimeStamp
impl Sync for AITimeStamp
impl Unpin for AITimeStamp
impl UnwindSafe for AITimeStamp
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