pub struct PropertyKeys {
pub keys: Option<Vec<PropertyKey>>,
}
Expand description
PropertyKeys : List of property keys.
Fields§
§keys: Option<Vec<PropertyKey>>
Property key details.
Implementations§
Source§impl PropertyKeys
impl PropertyKeys
Sourcepub fn new() -> PropertyKeys
pub fn new() -> PropertyKeys
List of property keys.
Trait Implementations§
Source§impl Clone for PropertyKeys
impl Clone for PropertyKeys
Source§fn clone(&self) -> PropertyKeys
fn clone(&self) -> PropertyKeys
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 Debug for PropertyKeys
impl Debug for PropertyKeys
Source§impl Default for PropertyKeys
impl Default for PropertyKeys
Source§fn default() -> PropertyKeys
fn default() -> PropertyKeys
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PropertyKeys
impl<'de> Deserialize<'de> for PropertyKeys
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 PropertyKeys
impl PartialEq for PropertyKeys
Source§impl Serialize for PropertyKeys
impl Serialize for PropertyKeys
impl StructuralPartialEq for PropertyKeys
Auto Trait Implementations§
impl Freeze for PropertyKeys
impl RefUnwindSafe for PropertyKeys
impl Send for PropertyKeys
impl Sync for PropertyKeys
impl Unpin for PropertyKeys
impl UnwindSafe for PropertyKeys
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