pub struct StaticKeywordNode {}Implementations§
Trait Implementations§
Source§impl Clone for StaticKeywordNode
impl Clone for StaticKeywordNode
Source§fn clone(&self) -> StaticKeywordNode
fn clone(&self) -> StaticKeywordNode
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 StaticKeywordNode
impl Debug for StaticKeywordNode
Source§impl<'de> Deserialize<'de> for StaticKeywordNode
impl<'de> Deserialize<'de> for StaticKeywordNode
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 StaticKeywordNode
impl PartialEq for StaticKeywordNode
Source§impl Serialize for StaticKeywordNode
impl Serialize for StaticKeywordNode
impl StructuralPartialEq for StaticKeywordNode
Auto Trait Implementations§
impl Freeze for StaticKeywordNode
impl RefUnwindSafe for StaticKeywordNode
impl Send for StaticKeywordNode
impl Sync for StaticKeywordNode
impl Unpin for StaticKeywordNode
impl UnwindSafe for StaticKeywordNode
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