pub struct DownloadOutputConflict {
pub path: PathBuf,
}Fields§
§path: PathBufTrait Implementations§
Source§impl Clone for DownloadOutputConflict
impl Clone for DownloadOutputConflict
Source§fn clone(&self) -> DownloadOutputConflict
fn clone(&self) -> DownloadOutputConflict
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 DownloadOutputConflict
impl Debug for DownloadOutputConflict
Source§impl<'de> Deserialize<'de> for DownloadOutputConflict
impl<'de> Deserialize<'de> for DownloadOutputConflict
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for DownloadOutputConflict
Source§impl PartialEq for DownloadOutputConflict
impl PartialEq for DownloadOutputConflict
Source§fn eq(&self, other: &DownloadOutputConflict) -> bool
fn eq(&self, other: &DownloadOutputConflict) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DownloadOutputConflict
impl Serialize for DownloadOutputConflict
impl StructuralPartialEq for DownloadOutputConflict
Auto Trait Implementations§
impl Freeze for DownloadOutputConflict
impl RefUnwindSafe for DownloadOutputConflict
impl Send for DownloadOutputConflict
impl Sync for DownloadOutputConflict
impl Unpin for DownloadOutputConflict
impl UnsafeUnpin for DownloadOutputConflict
impl UnwindSafe for DownloadOutputConflict
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