pub struct RootDemoServer {}
Implementations§
Source§impl RootDemoServer
impl RootDemoServer
pub fn default_url(&self) -> &str
Trait Implementations§
Source§impl Clone for RootDemoServer
impl Clone for RootDemoServer
Source§fn clone(&self) -> RootDemoServer
fn clone(&self) -> RootDemoServer
Returns a copy 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 RootDemoServer
impl Debug for RootDemoServer
Source§impl Default for RootDemoServer
impl Default for RootDemoServer
Source§fn default() -> RootDemoServer
fn default() -> RootDemoServer
Returns the “default value” for a type. Read more
Source§impl From<RootDemoServer> for RootDefaultServers
impl From<RootDemoServer> for RootDefaultServers
Source§fn from(server: RootDemoServer) -> Self
fn from(server: RootDemoServer) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RootDemoServer
impl RefUnwindSafe for RootDemoServer
impl Send for RootDemoServer
impl Sync for RootDemoServer
impl Unpin for RootDemoServer
impl UnwindSafe for RootDemoServer
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