pub struct LogoPart {
pub color: Color,
pub content: Cow<'static, str>,
}Fields§
§color: Color§content: Cow<'static, str>Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogoPart
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