Struct saturn_cli::ui::consts::TITLE_STYLE
source · pub struct TITLE_STYLE { /* private fields */ }Trait Implementations§
source§impl Deref for TITLE_STYLE
impl Deref for TITLE_STYLE
impl LazyStatic for TITLE_STYLE
Auto Trait Implementations§
impl RefUnwindSafe for TITLE_STYLE
impl Send for TITLE_STYLE
impl Sync for TITLE_STYLE
impl Unpin for TITLE_STYLE
impl UnwindSafe for TITLE_STYLE
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