pub struct ResolvedIcon {
pub path: PathBuf,
pub configured: bool,
}Fields§
§path: PathBuf§configured: boolTrait Implementations§
Source§impl Clone for ResolvedIcon
impl Clone for ResolvedIcon
Source§fn clone(&self) -> ResolvedIcon
fn clone(&self) -> ResolvedIcon
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 moreAuto Trait Implementations§
impl Freeze for ResolvedIcon
impl RefUnwindSafe for ResolvedIcon
impl Send for ResolvedIcon
impl Sync for ResolvedIcon
impl Unpin for ResolvedIcon
impl UnsafeUnpin for ResolvedIcon
impl UnwindSafe for ResolvedIcon
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