pub struct ValidatedServerConfig<U = ()> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<U: Clone> Clone for ValidatedServerConfig<U>
impl<U: Clone> Clone for ValidatedServerConfig<U>
Source§fn clone(&self) -> ValidatedServerConfig<U>
fn clone(&self) -> ValidatedServerConfig<U>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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<U> Freeze for ValidatedServerConfig<U>where
U: Freeze,
impl<U> RefUnwindSafe for ValidatedServerConfig<U>where
U: RefUnwindSafe,
impl<U> Send for ValidatedServerConfig<U>where
U: Send,
impl<U> Sync for ValidatedServerConfig<U>where
U: Sync,
impl<U> Unpin for ValidatedServerConfig<U>where
U: Unpin,
impl<U> UnsafeUnpin for ValidatedServerConfig<U>where
U: UnsafeUnpin,
impl<U> UnwindSafe for ValidatedServerConfig<U>where
U: UnwindSafe,
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