pub struct TouchOptions {
pub access: bool,
pub modified: bool,
}
Fields§
§access: bool
§modified: bool
Trait Implementations§
Source§impl Clone for TouchOptions
impl Clone for TouchOptions
Source§fn clone(&self) -> TouchOptions
fn clone(&self) -> TouchOptions
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 Default for TouchOptions
impl Default for TouchOptions
impl Copy for TouchOptions
Auto Trait Implementations§
impl Freeze for TouchOptions
impl RefUnwindSafe for TouchOptions
impl Send for TouchOptions
impl Sync for TouchOptions
impl Unpin for TouchOptions
impl UnwindSafe for TouchOptions
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