pub struct GetEntitiesResponse {
pub descriptions: Option<Vec<EntityDescription>>,
}Fields§
§descriptions: Option<Vec<EntityDescription>>An array of descriptions for the specified entities.
Trait Implementations§
Source§impl Clone for GetEntitiesResponse
impl Clone for GetEntitiesResponse
Source§fn clone(&self) -> GetEntitiesResponse
fn clone(&self) -> GetEntitiesResponse
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 GetEntitiesResponse
impl Debug for GetEntitiesResponse
Source§impl Default for GetEntitiesResponse
impl Default for GetEntitiesResponse
Source§fn default() -> GetEntitiesResponse
fn default() -> GetEntitiesResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetEntitiesResponse
impl<'de> Deserialize<'de> for GetEntitiesResponse
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 PartialEq for GetEntitiesResponse
impl PartialEq for GetEntitiesResponse
Source§fn eq(&self, other: &GetEntitiesResponse) -> bool
fn eq(&self, other: &GetEntitiesResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetEntitiesResponse
Auto Trait Implementations§
impl Freeze for GetEntitiesResponse
impl RefUnwindSafe for GetEntitiesResponse
impl Send for GetEntitiesResponse
impl Sync for GetEntitiesResponse
impl Unpin for GetEntitiesResponse
impl UnsafeUnpin for GetEntitiesResponse
impl UnwindSafe for GetEntitiesResponse
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