pub struct EmbeddedLoader;Expand description
PackLoader impl backed by the EMBEDDED_PACKS table compiled
into the binary. Used standalone in tests, or stacked behind a
workspace loader by the CLI.
Trait Implementations§
Source§impl Clone for EmbeddedLoader
impl Clone for EmbeddedLoader
Source§fn clone(&self) -> EmbeddedLoader
fn clone(&self) -> EmbeddedLoader
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 EmbeddedLoader
impl Debug for EmbeddedLoader
Source§impl Default for EmbeddedLoader
impl Default for EmbeddedLoader
Source§fn default() -> EmbeddedLoader
fn default() -> EmbeddedLoader
Returns the “default value” for a type. Read more
Source§impl PackLoader for EmbeddedLoader
impl PackLoader for EmbeddedLoader
impl Copy for EmbeddedLoader
Auto Trait Implementations§
impl Freeze for EmbeddedLoader
impl RefUnwindSafe for EmbeddedLoader
impl Send for EmbeddedLoader
impl Sync for EmbeddedLoader
impl Unpin for EmbeddedLoader
impl UnsafeUnpin for EmbeddedLoader
impl UnwindSafe for EmbeddedLoader
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