#[repr(C)]pub struct IssetConstruct {
pub isset: Keyword,
pub left_parenthesis: Span,
pub values: TokenSeparatedSequence<Expression>,
pub right_parenthesis: Span,
}Fields§
§isset: Keyword§left_parenthesis: Span§values: TokenSeparatedSequence<Expression>§right_parenthesis: SpanTrait Implementations§
Source§impl Clone for IssetConstruct
impl Clone for IssetConstruct
Source§fn clone(&self) -> IssetConstruct
fn clone(&self) -> IssetConstruct
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 IssetConstruct
impl Debug for IssetConstruct
Source§impl<'de> Deserialize<'de> for IssetConstruct
impl<'de> Deserialize<'de> for IssetConstruct
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 IssetConstruct
impl HasSpan for IssetConstruct
Source§impl Hash for IssetConstruct
impl Hash for IssetConstruct
Source§impl Ord for IssetConstruct
impl Ord for IssetConstruct
Source§fn cmp(&self, other: &IssetConstruct) -> Ordering
fn cmp(&self, other: &IssetConstruct) -> 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 IssetConstruct
impl PartialEq for IssetConstruct
Source§impl PartialOrd for IssetConstruct
impl PartialOrd for IssetConstruct
Source§impl Serialize for IssetConstruct
impl Serialize for IssetConstruct
impl Eq for IssetConstruct
impl StructuralPartialEq for IssetConstruct
Auto Trait Implementations§
impl Freeze for IssetConstruct
impl RefUnwindSafe for IssetConstruct
impl Send for IssetConstruct
impl Sync for IssetConstruct
impl Unpin for IssetConstruct
impl UnwindSafe for IssetConstruct
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