pub struct InstalledThumbnailPath { /* private fields */ }Expand description
Path result of a successful personal-cache install or failure-entry write.
Implementations§
Trait Implementations§
Source§impl AsRef<Path> for InstalledThumbnailPath
impl AsRef<Path> for InstalledThumbnailPath
Source§impl Clone for InstalledThumbnailPath
impl Clone for InstalledThumbnailPath
Source§fn clone(&self) -> InstalledThumbnailPath
fn clone(&self) -> InstalledThumbnailPath
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 InstalledThumbnailPath
impl Debug for InstalledThumbnailPath
Source§impl PartialEq for InstalledThumbnailPath
impl PartialEq for InstalledThumbnailPath
Source§fn eq(&self, other: &InstalledThumbnailPath) -> bool
fn eq(&self, other: &InstalledThumbnailPath) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for InstalledThumbnailPath
impl StructuralPartialEq for InstalledThumbnailPath
Auto Trait Implementations§
impl Freeze for InstalledThumbnailPath
impl RefUnwindSafe for InstalledThumbnailPath
impl Send for InstalledThumbnailPath
impl Sync for InstalledThumbnailPath
impl Unpin for InstalledThumbnailPath
impl UnsafeUnpin for InstalledThumbnailPath
impl UnwindSafe for InstalledThumbnailPath
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more