pub struct ODPSCustomProperty {
pub property: String,
pub value: Value,
pub description: Option<String>,
}Expand description
Custom property
Fields§
§property: StringProperty name
value: ValueProperty value
description: Option<String>Optional description
Trait Implementations§
Source§impl Clone for ODPSCustomProperty
impl Clone for ODPSCustomProperty
Source§fn clone(&self) -> ODPSCustomProperty
fn clone(&self) -> ODPSCustomProperty
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 ODPSCustomProperty
impl Debug for ODPSCustomProperty
Source§impl<'de> Deserialize<'de> for ODPSCustomProperty
impl<'de> Deserialize<'de> for ODPSCustomProperty
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 ODPSCustomProperty
impl PartialEq for ODPSCustomProperty
Source§impl Serialize for ODPSCustomProperty
impl Serialize for ODPSCustomProperty
impl StructuralPartialEq for ODPSCustomProperty
Auto Trait Implementations§
impl Freeze for ODPSCustomProperty
impl RefUnwindSafe for ODPSCustomProperty
impl Send for ODPSCustomProperty
impl Sync for ODPSCustomProperty
impl Unpin for ODPSCustomProperty
impl UnwindSafe for ODPSCustomProperty
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