pub struct SourceEntry<'a> {
pub index: &'a BaseIndex,
/* private fields */
}
Expand description
Source entry in a library.
Fields§
§index: &'a BaseIndex
Implementations§
Trait Implementations§
Source§impl<'a> Clone for SourceEntry<'a>
impl<'a> Clone for SourceEntry<'a>
Source§fn clone(&self) -> SourceEntry<'a>
fn clone(&self) -> SourceEntry<'a>
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 moreimpl<'a> Copy for SourceEntry<'a>
Auto Trait Implementations§
impl<'a> Freeze for SourceEntry<'a>
impl<'a> RefUnwindSafe for SourceEntry<'a>
impl<'a> Send for SourceEntry<'a>
impl<'a> Sync for SourceEntry<'a>
impl<'a> Unpin for SourceEntry<'a>
impl<'a> UnwindSafe for SourceEntry<'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