pub struct BuiltInLoadableResolver;Expand description
Resolver for the seed-recipes built-in loadable-lib directory.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BuiltInLoadableResolver
impl RefUnwindSafe for BuiltInLoadableResolver
impl Send for BuiltInLoadableResolver
impl Sync for BuiltInLoadableResolver
impl Unpin for BuiltInLoadableResolver
impl UnsafeUnpin for BuiltInLoadableResolver
impl UnwindSafe for BuiltInLoadableResolver
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