Struct stratum_server::UpstreamConfig
source · [−]pub struct UpstreamConfig { /* private fields */ }Trait Implementations
sourceimpl Clone for UpstreamConfig
impl Clone for UpstreamConfig
sourcefn clone(&self) -> UpstreamConfig
fn clone(&self) -> UpstreamConfig
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 more
sourceimpl Debug for UpstreamConfig
impl Debug for UpstreamConfig
sourceimpl Default for UpstreamConfig
impl Default for UpstreamConfig
sourcefn default() -> UpstreamConfig
fn default() -> UpstreamConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for UpstreamConfig
impl Send for UpstreamConfig
impl Sync for UpstreamConfig
impl Unpin for UpstreamConfig
impl UnwindSafe for UpstreamConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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