pub struct LibraryText {
pub nodes: (Vec<WhiteSpace>, Vec<LibraryDescription>),
}Fields
nodes: (Vec<WhiteSpace>, Vec<LibraryDescription>)Trait Implementations
sourceimpl Clone for LibraryText
impl Clone for LibraryText
sourcefn clone(&self) -> LibraryText
fn clone(&self) -> LibraryText
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for LibraryText
impl Debug for LibraryText
sourceimpl<'a> From<&'a LibraryText> for RefNode<'a>
impl<'a> From<&'a LibraryText> for RefNode<'a>
sourcefn from(x: &'a LibraryText) -> Self
fn from(x: &'a LibraryText) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a LibraryText> for RefNodes<'a>
impl<'a> From<&'a LibraryText> for RefNodes<'a>
sourcefn from(x: &'a LibraryText) -> Self
fn from(x: &'a LibraryText) -> Self
Converts to this type from the input type.
sourceimpl From<LibraryText> for AnyNode
impl From<LibraryText> for AnyNode
sourcefn from(x: LibraryText) -> Self
fn from(x: LibraryText) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a LibraryText
impl<'a> IntoIterator for &'a LibraryText
sourceimpl PartialEq<LibraryText> for LibraryText
impl PartialEq<LibraryText> for LibraryText
sourcefn eq(&self, other: &LibraryText) -> bool
fn eq(&self, other: &LibraryText) -> bool
sourceimpl<'a> TryFrom<&'a LibraryText> for Locate
impl<'a> TryFrom<&'a LibraryText> for Locate
sourceimpl TryFrom<AnyNode> for LibraryText
impl TryFrom<AnyNode> for LibraryText
sourceimpl TryFrom<LibraryText> for Locate
impl TryFrom<LibraryText> for Locate
impl StructuralPartialEq for LibraryText
Auto Trait Implementations
impl RefUnwindSafe for LibraryText
impl Send for LibraryText
impl Sync for LibraryText
impl Unpin for LibraryText
impl UnwindSafe for LibraryText
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more