pub struct GraphGlobalExtendedPropertyBatch {
pub property_name_filters: Vec<String>,
pub subject_descriptors: Vec<String>,
}Fields§
§property_name_filters: Vec<String>§subject_descriptors: Vec<String>Implementations§
Trait Implementations§
Source§impl Clone for GraphGlobalExtendedPropertyBatch
impl Clone for GraphGlobalExtendedPropertyBatch
Source§fn clone(&self) -> GraphGlobalExtendedPropertyBatch
fn clone(&self) -> GraphGlobalExtendedPropertyBatch
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 GraphGlobalExtendedPropertyBatch
impl Default for GraphGlobalExtendedPropertyBatch
Source§fn default() -> GraphGlobalExtendedPropertyBatch
fn default() -> GraphGlobalExtendedPropertyBatch
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GraphGlobalExtendedPropertyBatch
impl<'de> Deserialize<'de> for GraphGlobalExtendedPropertyBatch
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 GraphGlobalExtendedPropertyBatch
impl PartialEq for GraphGlobalExtendedPropertyBatch
Source§fn eq(&self, other: &GraphGlobalExtendedPropertyBatch) -> bool
fn eq(&self, other: &GraphGlobalExtendedPropertyBatch) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GraphGlobalExtendedPropertyBatch
Auto Trait Implementations§
impl Freeze for GraphGlobalExtendedPropertyBatch
impl RefUnwindSafe for GraphGlobalExtendedPropertyBatch
impl Send for GraphGlobalExtendedPropertyBatch
impl Sync for GraphGlobalExtendedPropertyBatch
impl Unpin for GraphGlobalExtendedPropertyBatch
impl UnwindSafe for GraphGlobalExtendedPropertyBatch
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<D> DeserializeWith<JsonFormat> for Dwhere
D: DeserializeOwned,
impl<D> DeserializeWith<JsonFormat> for Dwhere
D: DeserializeOwned,
Source§fn deserialize_with(body: ResponseBody) -> Result<D, Error>
fn deserialize_with(body: ResponseBody) -> Result<D, Error>
Deserialize the response body using the specified format. Read more