Struct note_mark::stringify::Stringifier
source · pub struct Stringifier { /* private fields */ }
Implementations§
source§impl Stringifier
impl Stringifier
source§impl Stringifier
impl Stringifier
pub fn stringify(&self, document: DocumentNode<'_>) -> String
Trait Implementations§
source§impl Clone for Stringifier
impl Clone for Stringifier
source§fn clone(&self) -> Stringifier
fn clone(&self) -> Stringifier
Returns a copy 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 more