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