pub struct HttpServerLink { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for HttpServerLink
impl Clone for HttpServerLink
Source§fn clone(&self) -> HttpServerLink
fn clone(&self) -> HttpServerLink
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 HttpServerLink
impl Debug for HttpServerLink
Source§impl From<Address<HttpServer>> for HttpServerLink
impl From<Address<HttpServer>> for HttpServerLink
Source§fn from(original: Address<HttpServer>) -> HttpServerLink
fn from(original: Address<HttpServer>) -> HttpServerLink
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for HttpServerLink
impl !RefUnwindSafe for HttpServerLink
impl Send for HttpServerLink
impl Sync for HttpServerLink
impl Unpin for HttpServerLink
impl !UnwindSafe for HttpServerLink
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