pub enum LoaderStrategy {
Lazy,
Joined,
SelectIn,
Raise,
NoLoad,
}Variants§
Trait Implementations§
Source§impl Clone for LoaderStrategy
impl Clone for LoaderStrategy
impl Copy for LoaderStrategy
Source§impl Debug for LoaderStrategy
impl Debug for LoaderStrategy
impl Eq for LoaderStrategy
Source§impl PartialEq for LoaderStrategy
impl PartialEq for LoaderStrategy
impl StructuralPartialEq for LoaderStrategy
Auto Trait Implementations§
impl Freeze for LoaderStrategy
impl RefUnwindSafe for LoaderStrategy
impl Send for LoaderStrategy
impl Sync for LoaderStrategy
impl Unpin for LoaderStrategy
impl UnsafeUnpin for LoaderStrategy
impl UnwindSafe for LoaderStrategy
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