pub struct IgniteNamedField {
pub name: String,
pub typename: IgniteType,
pub mapping: Option<String>,
pub meta: HashMap<String, IgniteAttribMeta>,
}Fields§
§name: String§typename: IgniteType§mapping: Option<String>§meta: HashMap<String, IgniteAttribMeta>Implementations§
Source§impl IgniteNamedField
impl IgniteNamedField
pub fn referenced(&self) -> HashSet<String>
Trait Implementations§
Source§impl Debug for IgniteNamedField
impl Debug for IgniteNamedField
Source§impl<'de> Deserialize<'de> for IgniteNamedField
impl<'de> Deserialize<'de> for IgniteNamedField
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 Hash for IgniteNamedField
impl Hash for IgniteNamedField
Auto Trait Implementations§
impl Freeze for IgniteNamedField
impl RefUnwindSafe for IgniteNamedField
impl Send for IgniteNamedField
impl Sync for IgniteNamedField
impl Unpin for IgniteNamedField
impl UnwindSafe for IgniteNamedField
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