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 Freeze for Logo
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