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