Struct lpc55::http::HttpConfig
source · [−]Fields
addr: String
port: u16
timeout_ms: u64
Trait Implementations
sourceimpl Clone for HttpConfig
impl Clone for HttpConfig
sourcefn clone(&self) -> HttpConfig
fn clone(&self) -> HttpConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for HttpConfig
impl Debug for HttpConfig
Auto Trait Implementations
impl RefUnwindSafe for HttpConfig
impl Send for HttpConfig
impl Sync for HttpConfig
impl Unpin for HttpConfig
impl UnwindSafe for HttpConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more