pub struct DevProxyState {
pub base_url: Arc<String>,
}Fields§
§base_url: Arc<String>Trait Implementations§
Source§impl Clone for DevProxyState
impl Clone for DevProxyState
Source§fn clone(&self) -> DevProxyState
fn clone(&self) -> DevProxyState
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 moreAuto Trait Implementations§
impl Freeze for DevProxyState
impl RefUnwindSafe for DevProxyState
impl Send for DevProxyState
impl Sync for DevProxyState
impl Unpin for DevProxyState
impl UnsafeUnpin for DevProxyState
impl UnwindSafe for DevProxyState
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