pub struct ConstPropertyNode {
pub const_type: Option<Box<Node>>,
pub visibilities: Vec<Visibility>,
pub items: Vec<Box<Node>>,
}Fields§
§const_type: Option<Box<Node>>§visibilities: Vec<Visibility>§items: Vec<Box<Node>>Implementations§
Trait Implementations§
Source§impl Clone for ConstPropertyNode
impl Clone for ConstPropertyNode
Source§fn clone(&self) -> ConstPropertyNode
fn clone(&self) -> ConstPropertyNode
Returns a copy 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 ConstPropertyNode
impl Debug for ConstPropertyNode
Source§impl<'de> Deserialize<'de> for ConstPropertyNode
impl<'de> Deserialize<'de> for ConstPropertyNode
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 ConstPropertyNode
impl PartialEq for ConstPropertyNode
Source§impl Serialize for ConstPropertyNode
impl Serialize for ConstPropertyNode
impl StructuralPartialEq for ConstPropertyNode
Auto Trait Implementations§
impl Freeze for ConstPropertyNode
impl RefUnwindSafe for ConstPropertyNode
impl Send for ConstPropertyNode
impl Sync for ConstPropertyNode
impl Unpin for ConstPropertyNode
impl UnwindSafe for ConstPropertyNode
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