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 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<EnsureScopeResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<EnsureScopeResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for EnsureScopeResponse
impl Serialize for EnsureScopeResponse
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
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