pub struct TestLog {
pub url: String,
pub line_num: u32,
pub url_raw: String,
pub log_id: Option<String>,
pub url_raw_display: Option<String>,
pub url_html_display: Option<String>,
}Fields§
§url: String§line_num: u32§url_raw: String§log_id: Option<String>§url_raw_display: Option<String>§url_html_display: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for TestLog
impl<'de> Deserialize<'de> for TestLog
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for TestLog
impl RefUnwindSafe for TestLog
impl Send for TestLog
impl Sync for TestLog
impl Unpin for TestLog
impl UnwindSafe for TestLog
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