pub struct ExistsResult {
pub path: String,
pub exists: bool,
}Fields§
§path: String§exists: boolTrait Implementations§
Source§impl Clone for ExistsResult
impl Clone for ExistsResult
Source§fn clone(&self) -> ExistsResult
fn clone(&self) -> ExistsResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ExistsResult
impl Debug for ExistsResult
Auto Trait Implementations§
impl Freeze for ExistsResult
impl RefUnwindSafe for ExistsResult
impl Send for ExistsResult
impl Sync for ExistsResult
impl Unpin for ExistsResult
impl UnsafeUnpin for ExistsResult
impl UnwindSafe for ExistsResult
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