pub struct XP3FileIndexTime { /* private fields */ }Expand description
Index time representing timestamp of target file.
Implementations§
Trait Implementations§
Source§impl Clone for XP3FileIndexTime
impl Clone for XP3FileIndexTime
Source§fn clone(&self) -> XP3FileIndexTime
fn clone(&self) -> XP3FileIndexTime
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 XP3FileIndexTime
impl Debug for XP3FileIndexTime
impl Copy for XP3FileIndexTime
Auto Trait Implementations§
impl Freeze for XP3FileIndexTime
impl RefUnwindSafe for XP3FileIndexTime
impl Send for XP3FileIndexTime
impl Sync for XP3FileIndexTime
impl Unpin for XP3FileIndexTime
impl UnwindSafe for XP3FileIndexTime
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