pub struct RequestLogLine { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for RequestLogLine
impl Clone for RequestLogLine
Source§fn clone(&self) -> RequestLogLine
fn clone(&self) -> RequestLogLine
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RequestLogLine
impl Debug for RequestLogLine
Source§impl PartialEq for RequestLogLine
impl PartialEq for RequestLogLine
Source§fn eq(&self, other: &RequestLogLine) -> bool
fn eq(&self, other: &RequestLogLine) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RequestLogLine
Auto Trait Implementations§
impl Freeze for RequestLogLine
impl RefUnwindSafe for RequestLogLine
impl Send for RequestLogLine
impl Sync for RequestLogLine
impl Unpin for RequestLogLine
impl UnsafeUnpin for RequestLogLine
impl UnwindSafe for RequestLogLine
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