pub struct PropertyNamesResponsePropertyNameMetadata {
pub display_sequence: Option<i32>,
}Expand description
PropertyNamesResponsePropertyNameMetadata : This type defines the property name metadata.
Fields§
§display_sequence: Option<i32>The numeric value indicating the ordering position of the property.
Implementations§
Source§impl PropertyNamesResponsePropertyNameMetadata
impl PropertyNamesResponsePropertyNameMetadata
Sourcepub fn new() -> PropertyNamesResponsePropertyNameMetadata
pub fn new() -> PropertyNamesResponsePropertyNameMetadata
This type defines the property name metadata.
Trait Implementations§
Source§impl Clone for PropertyNamesResponsePropertyNameMetadata
impl Clone for PropertyNamesResponsePropertyNameMetadata
Source§fn clone(&self) -> PropertyNamesResponsePropertyNameMetadata
fn clone(&self) -> PropertyNamesResponsePropertyNameMetadata
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 Default for PropertyNamesResponsePropertyNameMetadata
impl Default for PropertyNamesResponsePropertyNameMetadata
Source§fn default() -> PropertyNamesResponsePropertyNameMetadata
fn default() -> PropertyNamesResponsePropertyNameMetadata
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PropertyNamesResponsePropertyNameMetadata
impl<'de> Deserialize<'de> for PropertyNamesResponsePropertyNameMetadata
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<PropertyNamesResponsePropertyNameMetadata, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<PropertyNamesResponsePropertyNameMetadata, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for PropertyNamesResponsePropertyNameMetadata
impl Serialize for PropertyNamesResponsePropertyNameMetadata
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
impl StructuralPartialEq for PropertyNamesResponsePropertyNameMetadata
Auto Trait Implementations§
impl Freeze for PropertyNamesResponsePropertyNameMetadata
impl RefUnwindSafe for PropertyNamesResponsePropertyNameMetadata
impl Send for PropertyNamesResponsePropertyNameMetadata
impl Sync for PropertyNamesResponsePropertyNameMetadata
impl Unpin for PropertyNamesResponsePropertyNameMetadata
impl UnsafeUnpin for PropertyNamesResponsePropertyNameMetadata
impl UnwindSafe for PropertyNamesResponsePropertyNameMetadata
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