pub struct ElementReference {
pub source_id: Arc<str>,
pub element_id: Arc<str>,
}Fields§
§source_id: Arc<str>§element_id: Arc<str>Implementations§
Trait Implementations§
Source§impl Clone for ElementReference
impl Clone for ElementReference
Source§fn clone(&self) -> ElementReference
fn clone(&self) -> ElementReference
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 ElementReference
impl Debug for ElementReference
Source§impl Display for ElementReference
impl Display for ElementReference
Source§impl Hash for ElementReference
impl Hash for ElementReference
Source§impl PartialEq for ElementReference
impl PartialEq for ElementReference
impl Eq for ElementReference
impl StructuralPartialEq for ElementReference
Auto Trait Implementations§
impl Freeze for ElementReference
impl RefUnwindSafe for ElementReference
impl Send for ElementReference
impl Sync for ElementReference
impl Unpin for ElementReference
impl UnwindSafe for ElementReference
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.