pub struct FormatRecord<'a> {
pub record: &'a Record<'a>,
pub time: TimeFormatter<'a>,
}Fields§
§record: &'a Record<'a>§time: TimeFormatter<'a>Implementations§
Auto Trait Implementations§
impl<'a> Freeze for FormatRecord<'a>
impl<'a> !RefUnwindSafe for FormatRecord<'a>
impl<'a> !Send for FormatRecord<'a>
impl<'a> !Sync for FormatRecord<'a>
impl<'a> Unpin for FormatRecord<'a>
impl<'a> !UnwindSafe for FormatRecord<'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