pub struct InputTypeMeta {
pub source: Option<String>,
pub grouping: Option<String>,
}Fields§
§source: Option<String>§grouping: Option<String>Trait Implementations§
Source§impl Clone for InputTypeMeta
impl Clone for InputTypeMeta
Source§fn clone(&self) -> InputTypeMeta
fn clone(&self) -> InputTypeMeta
Returns a copy 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 InputTypeMeta
impl Debug for InputTypeMeta
Source§impl<'de> Deserialize<'de> for InputTypeMeta
impl<'de> Deserialize<'de> for InputTypeMeta
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 InputTypeMeta
impl RefUnwindSafe for InputTypeMeta
impl Send for InputTypeMeta
impl Sync for InputTypeMeta
impl Unpin for InputTypeMeta
impl UnwindSafe for InputTypeMeta
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