pub struct ServerListCache { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for ServerListCache
impl Clone for ServerListCache
Source§fn clone(&self) -> ServerListCache
fn clone(&self) -> ServerListCache
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 moreSource§impl Debug for ServerListCache
impl Debug for ServerListCache
Auto Trait Implementations§
impl !RefUnwindSafe for ServerListCache
impl !UnwindSafe for ServerListCache
impl Freeze for ServerListCache
impl Send for ServerListCache
impl Sync for ServerListCache
impl Unpin for ServerListCache
impl UnsafeUnpin for ServerListCache
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