pub struct LogItemLocation {
pub level: LogItemLevel,
pub file_name: String,
pub start: Position,
pub length: Length,
pub msg: String,
}Fields§
§level: LogItemLevel§file_name: String§start: Position§length: Length§msg: StringTrait Implementations§
source§impl Clone for LogItemLocation
impl Clone for LogItemLocation
source§fn clone(&self) -> LogItemLocation
fn clone(&self) -> LogItemLocation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl RefUnwindSafe for LogItemLocation
impl Send for LogItemLocation
impl Sync for LogItemLocation
impl Unpin for LogItemLocation
impl UnwindSafe for LogItemLocation
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