Struct libmathcat::speech::FileAndTime
source · pub struct FileAndTime { /* private fields */ }Implementations§
source§impl FileAndTime
impl FileAndTime
pub fn new_with_time(file: PathBuf) -> FileAndTime
pub fn is_up_to_date(&self) -> bool
Trait Implementations§
source§impl Clone for FileAndTime
impl Clone for FileAndTime
source§fn clone(&self) -> FileAndTime
fn clone(&self) -> FileAndTime
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 moreAuto Trait Implementations§
impl RefUnwindSafe for FileAndTime
impl Send for FileAndTime
impl Sync for FileAndTime
impl Unpin for FileAndTime
impl UnwindSafe for FileAndTime
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