pub struct CustomProps {
pub key: String,
pub name: String,
pub type: String,
pub options: Option<Vec<String>>,
}Expand description
Custom property
Fields§
§key: String§name: String§type: String§options: Option<Vec<String>>Trait Implementations§
Source§impl Debug for CustomProps
impl Debug for CustomProps
Source§impl<'de> Deserialize<'de> for CustomProps
impl<'de> Deserialize<'de> for CustomProps
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
Auto Trait Implementations§
impl Freeze for CustomProps
impl RefUnwindSafe for CustomProps
impl Send for CustomProps
impl Sync for CustomProps
impl Unpin for CustomProps
impl UnwindSafe for CustomProps
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