Struct svg::node::Text
[−]
[src]
pub struct Text { /* fields omitted */ }A text node.
Methods
impl Text[src]
impl TextTrait Implementations
impl Clone for Text[src]
impl Clone for Textfn clone(&self) -> Text[src]
fn clone(&self) -> TextReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Text[src]
impl Debug for Textfn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
fn fmt(&self, __arg_0: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for Text[src]
impl Display for Textfn fmt(&self, formatter: &mut Formatter) -> Result[src]
fn fmt(&self, formatter: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Node for Text[src]
impl Node for Text