pub enum LoadSource {
Input,
DataTable,
}Expand description
Indicates whether the source of a load is an Input
or stored on the compiled DataTable
Variants§
Trait Implementations§
Source§impl Clone for LoadSource
impl Clone for LoadSource
Source§fn clone(&self) -> LoadSource
fn clone(&self) -> LoadSource
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 PartialEq for LoadSource
impl PartialEq for LoadSource
impl Copy for LoadSource
impl StructuralPartialEq for LoadSource
Auto Trait Implementations§
impl Freeze for LoadSource
impl RefUnwindSafe for LoadSource
impl Send for LoadSource
impl Sync for LoadSource
impl Unpin for LoadSource
impl UnwindSafe for LoadSource
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