Struct ExGetTimeDictFromSystem
pub struct ExGetTimeDictFromSystem<'a> { /* private fields */ }
Expand description
Default-param extender for Time::get_time_dict_from_system_ex
.
Implementations§
§impl<'a> ExGetTimeDictFromSystem<'a>
impl<'a> ExGetTimeDictFromSystem<'a>
pub fn utc(self, value: bool) -> ExGetTimeDictFromSystem<'a>
pub fn done(self) -> Dictionary
Auto Trait Implementations§
impl<'a> Freeze for ExGetTimeDictFromSystem<'a>
impl<'a> RefUnwindSafe for ExGetTimeDictFromSystem<'a>
impl<'a> !Send for ExGetTimeDictFromSystem<'a>
impl<'a> !Sync for ExGetTimeDictFromSystem<'a>
impl<'a> Unpin for ExGetTimeDictFromSystem<'a>
impl<'a> UnwindSafe for ExGetTimeDictFromSystem<'a>
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