pub struct Array {
pub elements: Option<Box<AstNode>>,
}Fields§
§elements: Option<Box<AstNode>>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Arraywhere
'de: 'static,
impl<'de> Deserialize<'de> for Arraywhere
'de: 'static,
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<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime AstLiteral> for &'__deriveMoreLifetime Array
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime AstLiteral> for &'__deriveMoreLifetime Array
Source§type Error = TryIntoError<&'__deriveMoreLifetime AstLiteral>
type Error = TryIntoError<&'__deriveMoreLifetime AstLiteral>
The type returned in the event of a conversion error.
Source§impl TryFrom<AstLiteral> for Array
impl TryFrom<AstLiteral> for Array
Source§type Error = TryIntoError<AstLiteral>
type Error = TryIntoError<AstLiteral>
The type returned in the event of a conversion error.
impl StructuralPartialEq for Array
Auto Trait Implementations§
impl Freeze for Array
impl RefUnwindSafe for Array
impl Send for Array
impl Sync for Array
impl Unpin for Array
impl UnsafeUnpin for Array
impl UnwindSafe for Array
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