pub struct PureWhitespace(pub AstStr);Expand description
Pure whitespace
Tuple Fields§
§0: AstStrTrait Implementations§
Source§impl Clone for PureWhitespace
impl Clone for PureWhitespace
Source§fn clone(&self) -> PureWhitespace
fn clone(&self) -> PureWhitespace
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 PureWhitespace
impl Debug for PureWhitespace
Source§impl<'de> Deserialize<'de> for PureWhitespace
impl<'de> Deserialize<'de> for PureWhitespace
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 PureWhitespace
impl PartialEq for PureWhitespace
Source§impl Serialize for PureWhitespace
impl Serialize for PureWhitespace
impl Eq for PureWhitespace
impl StructuralPartialEq for PureWhitespace
Auto Trait Implementations§
impl Freeze for PureWhitespace
impl RefUnwindSafe for PureWhitespace
impl !Send for PureWhitespace
impl !Sync for PureWhitespace
impl Unpin for PureWhitespace
impl UnsafeUnpin for PureWhitespace
impl UnwindSafe for PureWhitespace
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