pub struct StopObservingBuilder { /* private fields */ }Expand description
Builder for StopObserving.
Implementations§
Source§impl StopObservingBuilder
impl StopObservingBuilder
pub fn service<VALUE: Into<ServiceName>>(&mut self, value: VALUE) -> &mut Self
Sourcepub fn build(&self) -> Result<StopObserving, StopObservingBuilderError>
pub fn build(&self) -> Result<StopObserving, StopObservingBuilderError>
Trait Implementations§
Source§impl Clone for StopObservingBuilder
impl Clone for StopObservingBuilder
Source§fn clone(&self) -> StopObservingBuilder
fn clone(&self) -> StopObservingBuilder
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for StopObservingBuilder
impl RefUnwindSafe for StopObservingBuilder
impl Send for StopObservingBuilder
impl Sync for StopObservingBuilder
impl Unpin for StopObservingBuilder
impl UnsafeUnpin for StopObservingBuilder
impl UnwindSafe for StopObservingBuilder
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