pub struct SerializedUiSchemaInputType { /* private fields */ }Trait Implementations§
Source§impl Clone for SerializedUiSchemaInputType
impl Clone for SerializedUiSchemaInputType
Source§fn clone(&self) -> SerializedUiSchemaInputType
fn clone(&self) -> SerializedUiSchemaInputType
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 SerializedUiSchemaInputType
impl Debug for SerializedUiSchemaInputType
Source§impl<'de> Deserialize<'de> for SerializedUiSchemaInputType
impl<'de> Deserialize<'de> for SerializedUiSchemaInputType
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 From<UiSchemaInputType> for SerializedUiSchemaInputType
impl From<UiSchemaInputType> for SerializedUiSchemaInputType
Source§fn from(input_type: UiSchemaInputType) -> Self
fn from(input_type: UiSchemaInputType) -> Self
Converts to this type from the input type.
Source§impl TryFrom<SerializedUiSchemaInputType> for UiSchemaInputType
impl TryFrom<SerializedUiSchemaInputType> for UiSchemaInputType
Source§type Error = ParseError
type Error = ParseError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for SerializedUiSchemaInputType
impl RefUnwindSafe for SerializedUiSchemaInputType
impl Send for SerializedUiSchemaInputType
impl Sync for SerializedUiSchemaInputType
impl Unpin for SerializedUiSchemaInputType
impl UnsafeUnpin for SerializedUiSchemaInputType
impl UnwindSafe for SerializedUiSchemaInputType
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