pub struct StarshipOptions {
pub no_5h: bool,
pub ttl: Option<String>,
pub time_format: Option<String>,
pub show_timezone: bool,
pub refresh: bool,
pub is_enabled: bool,
}Fields§
§no_5h: bool§ttl: Option<String>§time_format: Option<String>§show_timezone: bool§refresh: bool§is_enabled: boolAuto Trait Implementations§
impl Freeze for StarshipOptions
impl RefUnwindSafe for StarshipOptions
impl Send for StarshipOptions
impl Sync for StarshipOptions
impl Unpin for StarshipOptions
impl UnwindSafe for StarshipOptions
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