pub struct StaticDiscovery { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for StaticDiscovery
impl Default for StaticDiscovery
Source§fn default() -> StaticDiscovery
fn default() -> StaticDiscovery
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for StaticDiscovery
impl !RefUnwindSafe for StaticDiscovery
impl Send for StaticDiscovery
impl Sync for StaticDiscovery
impl Unpin for StaticDiscovery
impl UnsafeUnpin for StaticDiscovery
impl UnwindSafe for StaticDiscovery
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