Struct pfetch_logo_parser::LogoPart
source · pub struct LogoPart {
pub color: Color,
pub content: Cow<'static, str>,
}Fields§
§color: Color§content: Cow<'static, str>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LogoPart
impl Send for LogoPart
impl Sync for LogoPart
impl Unpin for LogoPart
impl UnwindSafe for LogoPart
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