pub struct WatchResponse<S: AdminSpec>{ /* private fields */ }Implementations§
Source§impl<S> WatchResponse<S>
impl<S> WatchResponse<S>
pub fn new(inner: MetadataUpdate<S>) -> Self
pub fn inner(self) -> MetadataUpdate<S>
Trait Implementations§
Source§impl<S: Clone + AdminSpec> Clone for WatchResponse<S>
impl<S: Clone + AdminSpec> Clone for WatchResponse<S>
Source§fn clone(&self) -> WatchResponse<S>
fn clone(&self) -> WatchResponse<S>
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<S: Default + AdminSpec> Default for WatchResponse<S>
impl<S: Default + AdminSpec> Default for WatchResponse<S>
Source§fn default() -> WatchResponse<S>
fn default() -> WatchResponse<S>
Returns the “default value” for a type. Read more
Source§impl<S> TryEncodableFrom<WatchResponse<S>> for ObjectApiWatchResponse
impl<S> TryEncodableFrom<WatchResponse<S>> for ObjectApiWatchResponse
fn try_encode_from(input: WatchResponse<S>, version: Version) -> Result<Self>
fn downcast(&self) -> Result<Option<WatchResponse<S>>>
Auto Trait Implementations§
impl<S> Freeze for WatchResponse<S>
impl<S> RefUnwindSafe for WatchResponse<S>
impl<S> Send for WatchResponse<S>
impl<S> Sync for WatchResponse<S>
impl<S> Unpin for WatchResponse<S>
impl<S> UnsafeUnpin for WatchResponse<S>
impl<S> UnwindSafe for WatchResponse<S>
Blanket Implementations§
impl<T> AsyncConnector for T
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