pub struct HttpDebugRef {
pub id: String,
pub file: String,
}Fields§
§id: String§file: StringTrait Implementations§
Source§impl Clone for HttpDebugRef
impl Clone for HttpDebugRef
Source§fn clone(&self) -> HttpDebugRef
fn clone(&self) -> HttpDebugRef
Returns a duplicate 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 moreSource§impl Debug for HttpDebugRef
impl Debug for HttpDebugRef
Auto Trait Implementations§
impl Freeze for HttpDebugRef
impl RefUnwindSafe for HttpDebugRef
impl Send for HttpDebugRef
impl Sync for HttpDebugRef
impl Unpin for HttpDebugRef
impl UnwindSafe for HttpDebugRef
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