pub struct ConstTable {
pub content: Vec<Const>,
}Fields§
§content: Vec<Const>Trait Implementations§
Source§impl Debug for ConstTable
impl Debug for ConstTable
Source§impl<'de> Deserialize<'de> for ConstTable
impl<'de> Deserialize<'de> for ConstTable
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 PartialEq for ConstTable
impl PartialEq for ConstTable
Source§impl Serialize for ConstTable
impl Serialize for ConstTable
impl StructuralPartialEq for ConstTable
Auto Trait Implementations§
impl Freeze for ConstTable
impl RefUnwindSafe for ConstTable
impl Send for ConstTable
impl Sync for ConstTable
impl Unpin for ConstTable
impl UnsafeUnpin for ConstTable
impl UnwindSafe for ConstTable
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