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