pub struct localEndTime;
Trait Implementations§
Source§impl Field for localEndTime
impl Field for localEndTime
Auto Trait Implementations§
impl Freeze for localEndTime
impl RefUnwindSafe for localEndTime
impl Send for localEndTime
impl Sync for localEndTime
impl Unpin for localEndTime
impl UnwindSafe for localEndTime
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