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