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