Struct spacetimedb::database_logger::Record
source · pub struct Record<'a> {
pub ts: DateTime<Utc>,
pub target: Option<&'a str>,
pub filename: Option<&'a str>,
pub line_number: Option<u32>,
pub message: &'a str,
}Fields§
§ts: DateTime<Utc>§target: Option<&'a str>§filename: Option<&'a str>§line_number: Option<u32>§message: &'a strTrait Implementations§
impl<'a> Copy for Record<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Record<'a>
impl<'a> Send for Record<'a>
impl<'a> Sync for Record<'a>
impl<'a> Unpin for Record<'a>
impl<'a> UnwindSafe for Record<'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