pub struct IgniteTypeArray {
pub typename: Box<IgniteType>,
pub size: usize,
}
Fields§
§typename: Box<IgniteType>
§size: usize
Implementations§
Source§impl IgniteTypeArray
impl IgniteTypeArray
pub fn referenced(&self) -> HashSet<String>
Trait Implementations§
Source§impl Debug for IgniteTypeArray
impl Debug for IgniteTypeArray
Source§impl<'de> Deserialize<'de> for IgniteTypeArray
impl<'de> Deserialize<'de> for IgniteTypeArray
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 IgniteTypeArray
impl Hash for IgniteTypeArray
Auto Trait Implementations§
impl Freeze for IgniteTypeArray
impl RefUnwindSafe for IgniteTypeArray
impl Send for IgniteTypeArray
impl Sync for IgniteTypeArray
impl Unpin for IgniteTypeArray
impl UnwindSafe for IgniteTypeArray
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