Expand description
GetFeaturesResult : The payload for the getFeatures operation.
Fields
features: Vec<Feature>An array of features.
Implementations
sourceimpl GetFeaturesResult
impl GetFeaturesResult
sourcepub fn new(features: Vec<Feature>) -> GetFeaturesResult
pub fn new(features: Vec<Feature>) -> GetFeaturesResult
The payload for the getFeatures operation.
Trait Implementations
sourceimpl Clone for GetFeaturesResult
impl Clone for GetFeaturesResult
sourcefn clone(&self) -> GetFeaturesResult
fn clone(&self) -> GetFeaturesResult
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GetFeaturesResult
impl Debug for GetFeaturesResult
sourceimpl Default for GetFeaturesResult
impl Default for GetFeaturesResult
sourcefn default() -> GetFeaturesResult
fn default() -> GetFeaturesResult
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for GetFeaturesResult
impl<'de> Deserialize<'de> for GetFeaturesResult
sourcefn 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
sourceimpl PartialEq<GetFeaturesResult> for GetFeaturesResult
impl PartialEq<GetFeaturesResult> for GetFeaturesResult
sourcefn eq(&self, other: &GetFeaturesResult) -> bool
fn eq(&self, other: &GetFeaturesResult) -> bool
sourceimpl Serialize for GetFeaturesResult
impl Serialize for GetFeaturesResult
impl StructuralPartialEq for GetFeaturesResult
Auto Trait Implementations
impl RefUnwindSafe for GetFeaturesResult
impl Send for GetFeaturesResult
impl Sync for GetFeaturesResult
impl Unpin for GetFeaturesResult
impl UnwindSafe for GetFeaturesResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more