pub struct EnsureScopeResponse {
pub group: GroupResponse,
pub metadata_indexes: Vec<MetadataIndexResponse>,
}Fields§
§group: GroupResponse§metadata_indexes: Vec<MetadataIndexResponse>Trait Implementations§
Source§impl Clone for EnsureScopeResponse
impl Clone for EnsureScopeResponse
Source§fn clone(&self) -> EnsureScopeResponse
fn clone(&self) -> EnsureScopeResponse
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 ComposeSchema for EnsureScopeResponse
impl ComposeSchema for EnsureScopeResponse
Source§impl Debug for EnsureScopeResponse
impl Debug for EnsureScopeResponse
Source§impl<'de> Deserialize<'de> for EnsureScopeResponse
impl<'de> Deserialize<'de> for EnsureScopeResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for EnsureScopeResponse
impl Serialize for EnsureScopeResponse
Auto Trait Implementations§
impl Freeze for EnsureScopeResponse
impl RefUnwindSafe for EnsureScopeResponse
impl Send for EnsureScopeResponse
impl Sync for EnsureScopeResponse
impl Unpin for EnsureScopeResponse
impl UnsafeUnpin for EnsureScopeResponse
impl UnwindSafe for EnsureScopeResponse
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