pub struct StringNode {
pub quote: Quote,
pub value: BString,
}Fields§
§quote: Quote§value: BStringImplementations§
Source§impl StringNode
impl StringNode
Trait Implementations§
Source§impl<'arena> CloneIn<'arena> for StringNode
impl<'arena> CloneIn<'arena> for StringNode
Source§impl Debug for StringNode
impl Debug for StringNode
Source§impl PartialEq for StringNode
impl PartialEq for StringNode
Source§impl Serialize for StringNode
impl Serialize for StringNode
impl StructuralPartialEq for StringNode
Auto Trait Implementations§
impl Freeze for StringNode
impl RefUnwindSafe for StringNode
impl Send for StringNode
impl Sync for StringNode
impl Unpin for StringNode
impl UnwindSafe for StringNode
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