pub struct LibraryText {
    pub nodes: (Vec<WhiteSpace>, Vec<LibraryDescription>),
}Fields§
§nodes: (Vec<WhiteSpace>, Vec<LibraryDescription>)Trait Implementations§
Source§impl Clone for LibraryText
 
impl Clone for LibraryText
Source§fn clone(&self) -> LibraryText
 
fn clone(&self) -> LibraryText
Returns a duplicate 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 moreSource§impl Debug for LibraryText
 
impl Debug for LibraryText
Source§impl<'a> From<&'a LibraryText> for RefNode<'a>
 
impl<'a> From<&'a LibraryText> for RefNode<'a>
Source§fn from(x: &'a LibraryText) -> RefNode<'a>
 
fn from(x: &'a LibraryText) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a LibraryText> for RefNodes<'a>
 
impl<'a> From<&'a LibraryText> for RefNodes<'a>
Source§fn from(x: &'a LibraryText) -> RefNodes<'a>
 
fn from(x: &'a LibraryText) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<LibraryText> for AnyNode
 
impl From<LibraryText> for AnyNode
Source§fn from(x: LibraryText) -> AnyNode
 
fn from(x: LibraryText) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a LibraryText
 
impl<'a> IntoIterator for &'a LibraryText
Source§impl PartialEq for LibraryText
 
impl PartialEq for LibraryText
Source§impl<'a> TryFrom<&'a LibraryText> for Locate
 
impl<'a> TryFrom<&'a LibraryText> for Locate
Source§impl TryFrom<AnyNode> for LibraryText
 
impl TryFrom<AnyNode> for LibraryText
Source§impl TryFrom<LibraryText> for Locate
 
impl TryFrom<LibraryText> for Locate
impl StructuralPartialEq for LibraryText
Auto Trait Implementations§
impl Freeze for LibraryText
impl RefUnwindSafe for LibraryText
impl Send for LibraryText
impl Sync for LibraryText
impl Unpin for LibraryText
impl UnwindSafe for LibraryText
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