#[non_exhaustive]pub struct StopProviderCommandBuilder { /* private fields */ }
Expand description
Builder for StopProviderCommand
s
Implementations§
Trait Implementations§
source§impl Clone for StopProviderCommandBuilder
impl Clone for StopProviderCommandBuilder
source§fn clone(&self) -> StopProviderCommandBuilder
fn clone(&self) -> StopProviderCommandBuilder
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 StopProviderCommandBuilder
impl Debug for StopProviderCommandBuilder
source§impl Default for StopProviderCommandBuilder
impl Default for StopProviderCommandBuilder
source§fn default() -> StopProviderCommandBuilder
fn default() -> StopProviderCommandBuilder
Returns the “default value” for a type. Read more
impl Eq for StopProviderCommandBuilder
impl StructuralPartialEq for StopProviderCommandBuilder
Auto Trait Implementations§
impl Freeze for StopProviderCommandBuilder
impl RefUnwindSafe for StopProviderCommandBuilder
impl Send for StopProviderCommandBuilder
impl Sync for StopProviderCommandBuilder
impl Unpin for StopProviderCommandBuilder
impl UnwindSafe for StopProviderCommandBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.