pub enum CandidatePathInfo<FL: FileLocation> {
SingleFile(FL),
InDyldCache {
dyld_cache_path: FL,
dylib_path: String,
},
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl<FL> Freeze for CandidatePathInfo<FL>where
FL: Freeze,
impl<FL> RefUnwindSafe for CandidatePathInfo<FL>where
FL: RefUnwindSafe,
impl<FL> Send for CandidatePathInfo<FL>where
FL: Send,
impl<FL> Sync for CandidatePathInfo<FL>where
FL: Sync,
impl<FL> Unpin for CandidatePathInfo<FL>where
FL: Unpin,
impl<FL> UnwindSafe for CandidatePathInfo<FL>where
FL: UnwindSafe,
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