pub struct StringWord { /* private fields */ }Expand description
Literal string segment metadata for Word::String.
Implementations§
Source§impl StringWord
impl StringWord
Trait Implementations§
Source§impl Clone for StringWord
impl Clone for StringWord
Source§fn clone(&self) -> StringWord
fn clone(&self) -> StringWord
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StringWord
impl Debug for StringWord
Source§impl<'de> Deserialize<'de> for StringWord
impl<'de> Deserialize<'de> for StringWord
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 StringWord
impl PartialEq for StringWord
Source§fn eq(&self, other: &StringWord) -> bool
fn eq(&self, other: &StringWord) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for StringWord
impl Serialize for StringWord
impl Eq for StringWord
impl StructuralPartialEq for StringWord
Auto Trait Implementations§
impl Freeze for StringWord
impl RefUnwindSafe for StringWord
impl Send for StringWord
impl Sync for StringWord
impl Unpin for StringWord
impl UnsafeUnpin for StringWord
impl UnwindSafe for StringWord
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