pub struct DirectoryList<'a> {
pub raw_list: &'a DirectoryList,
/* private fields */
}Expand description
List of directories in the icon theme with paths relative to the root of the icon theme.
Fields§
§raw_list: &'a DirectoryListImplementations§
Trait Implementations§
Source§impl<'a> Clone for DirectoryList<'a>
impl<'a> Clone for DirectoryList<'a>
Source§fn clone(&self) -> DirectoryList<'a>
fn clone(&self) -> DirectoryList<'a>
Returns a copy 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<'a> Debug for DirectoryList<'a>
impl<'a> Debug for DirectoryList<'a>
impl<'a> Copy for DirectoryList<'a>
Auto Trait Implementations§
impl<'a> Freeze for DirectoryList<'a>
impl<'a> RefUnwindSafe for DirectoryList<'a>
impl<'a> Send for DirectoryList<'a>
impl<'a> Sync for DirectoryList<'a>
impl<'a> Unpin for DirectoryList<'a>
impl<'a> UnwindSafe for DirectoryList<'a>
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