Struct beancount_parser_lima::types::Link
source · pub struct Link<'a>(/* private fields */);Expand description
A link.
Trait Implementations§
source§impl<'a> ElementType for Link<'a>
impl<'a> ElementType for Link<'a>
fn element_type(&self) -> &'static str
source§impl<'a> From<TagOrLinkIdentifier<'a>> for Link<'a>
impl<'a> From<TagOrLinkIdentifier<'a>> for Link<'a>
source§fn from(id: TagOrLinkIdentifier<'a>) -> Self
fn from(id: TagOrLinkIdentifier<'a>) -> Self
Converts to this type from the input type.
source§impl<'a> PartialEq for Link<'a>
impl<'a> PartialEq for Link<'a>
impl<'a> Copy for Link<'a>
impl<'a> Eq for Link<'a>
impl<'a> StructuralPartialEq for Link<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Link<'a>
impl<'a> Send for Link<'a>
impl<'a> Sync for Link<'a>
impl<'a> Unpin for Link<'a>
impl<'a> UnwindSafe for Link<'a>
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more