pub struct BrandingInformation {
pub provider_name: Option<String>,
pub background: Option<StyleInformation>,
pub logo: Option<StyleInformation>,
pub progress_bar: Option<StyleInformation>,
pub splash: Option<StyleInformation>,
pub water_mark: Option<StyleInformation>,
}Fields§
§provider_name: Option<String>§background: Option<StyleInformation>§logo: Option<StyleInformation>§progress_bar: Option<StyleInformation>§splash: Option<StyleInformation>§water_mark: Option<StyleInformation>Trait Implementations§
Source§impl Debug for BrandingInformation
impl Debug for BrandingInformation
Auto Trait Implementations§
impl Freeze for BrandingInformation
impl RefUnwindSafe for BrandingInformation
impl Send for BrandingInformation
impl Sync for BrandingInformation
impl Unpin for BrandingInformation
impl UnwindSafe for BrandingInformation
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