pub struct DiscoverService { /* private fields */ }Expand description
Operations on the Discover resource.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for DiscoverService
impl !UnwindSafe for DiscoverService
impl Freeze for DiscoverService
impl Send for DiscoverService
impl Sync for DiscoverService
impl Unpin for DiscoverService
impl UnsafeUnpin for DiscoverService
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