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