pub struct DisplayPack {
pub name: String,
pub files: Vec<DisplayFile>,
}Expand description
A pack entry for status display.
Fields§
§name: String§files: Vec<DisplayFile>Trait Implementations§
Source§impl Clone for DisplayPack
impl Clone for DisplayPack
Source§fn clone(&self) -> DisplayPack
fn clone(&self) -> DisplayPack
Returns a duplicate 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 Debug for DisplayPack
impl Debug for DisplayPack
Auto Trait Implementations§
impl Freeze for DisplayPack
impl RefUnwindSafe for DisplayPack
impl Send for DisplayPack
impl Sync for DisplayPack
impl Unpin for DisplayPack
impl UnsafeUnpin for DisplayPack
impl UnwindSafe for DisplayPack
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