#[non_exhaustive]pub struct RemoveContextChildrenResponse { /* private fields */ }Available on crate feature
metadata-service only.Expand description
Response message for MetadataService.RemoveContextChildren.
Implementations§
Trait Implementations§
Source§impl Clone for RemoveContextChildrenResponse
impl Clone for RemoveContextChildrenResponse
Source§fn clone(&self) -> RemoveContextChildrenResponse
fn clone(&self) -> RemoveContextChildrenResponse
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 moreSource§impl Default for RemoveContextChildrenResponse
impl Default for RemoveContextChildrenResponse
Source§fn default() -> RemoveContextChildrenResponse
fn default() -> RemoveContextChildrenResponse
Returns the “default value” for a type. Read more
Source§impl PartialEq for RemoveContextChildrenResponse
impl PartialEq for RemoveContextChildrenResponse
Source§fn eq(&self, other: &RemoveContextChildrenResponse) -> bool
fn eq(&self, other: &RemoveContextChildrenResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RemoveContextChildrenResponse
Auto Trait Implementations§
impl Freeze for RemoveContextChildrenResponse
impl RefUnwindSafe for RemoveContextChildrenResponse
impl Send for RemoveContextChildrenResponse
impl Sync for RemoveContextChildrenResponse
impl Unpin for RemoveContextChildrenResponse
impl UnwindSafe for RemoveContextChildrenResponse
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