Struct sozu_command_lib::logging::Rfc3339Time
source · [−]pub struct Rfc3339Time { /* private fields */ }
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Rfc3339Time
impl Send for Rfc3339Time
impl Sync for Rfc3339Time
impl Unpin for Rfc3339Time
impl UnwindSafe for Rfc3339Time
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more