#[repr(C)]pub struct EmptyConstruct {
pub empty: Keyword,
pub left_parenthesis: Span,
pub value: Box<Expression>,
pub right_parenthesis: Span,
}Fields§
§empty: Keyword§left_parenthesis: Span§value: Box<Expression>§right_parenthesis: SpanTrait Implementations§
Source§impl Clone for EmptyConstruct
impl Clone for EmptyConstruct
Source§fn clone(&self) -> EmptyConstruct
fn clone(&self) -> EmptyConstruct
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EmptyConstruct
impl Debug for EmptyConstruct
Source§impl<'de> Deserialize<'de> for EmptyConstruct
impl<'de> Deserialize<'de> for EmptyConstruct
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 HasSpan for EmptyConstruct
impl HasSpan for EmptyConstruct
Source§impl Hash for EmptyConstruct
impl Hash for EmptyConstruct
Source§impl Ord for EmptyConstruct
impl Ord for EmptyConstruct
Source§fn cmp(&self, other: &EmptyConstruct) -> Ordering
fn cmp(&self, other: &EmptyConstruct) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EmptyConstruct
impl PartialEq for EmptyConstruct
Source§impl PartialOrd for EmptyConstruct
impl PartialOrd for EmptyConstruct
Source§impl Serialize for EmptyConstruct
impl Serialize for EmptyConstruct
impl Eq for EmptyConstruct
impl StructuralPartialEq for EmptyConstruct
Auto Trait Implementations§
impl Freeze for EmptyConstruct
impl RefUnwindSafe for EmptyConstruct
impl Send for EmptyConstruct
impl Sync for EmptyConstruct
impl Unpin for EmptyConstruct
impl UnwindSafe for EmptyConstruct
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