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