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