pub struct UiSchemaInputRefProperty {
pub input: String,
pub property: String,
}Fields§
§input: String§property: StringTrait Implementations§
Source§impl Clone for UiSchemaInputRefProperty
impl Clone for UiSchemaInputRefProperty
Source§fn clone(&self) -> UiSchemaInputRefProperty
fn clone(&self) -> UiSchemaInputRefProperty
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 Debug for UiSchemaInputRefProperty
impl Debug for UiSchemaInputRefProperty
Source§impl<'de> Deserialize<'de> for UiSchemaInputRefProperty
impl<'de> Deserialize<'de> for UiSchemaInputRefProperty
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 UiSchemaInputRefProperty
impl RefUnwindSafe for UiSchemaInputRefProperty
impl Send for UiSchemaInputRefProperty
impl Sync for UiSchemaInputRefProperty
impl Unpin for UiSchemaInputRefProperty
impl UnsafeUnpin for UiSchemaInputRefProperty
impl UnwindSafe for UiSchemaInputRefProperty
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