pub enum Entries<'a> {
Generic(Generic<'a>),
Library(Library<'a>),
Array(Array<'a>),
Rpath(Rpath<'a>),
RunPath(RunPath<'a>),
SharedObject(SharedObject<'a>),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Entries<'a>
impl<'a> !Send for Entries<'a>
impl<'a> !Sync for Entries<'a>
impl<'a> Unpin for Entries<'a>
impl<'a> UnwindSafe for Entries<'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