pub enum LutWarehouse {
Lut(LutDataType),
Multidimensional(LutMultidimensionalType),
}
Variants§
Lut(LutDataType)
Multidimensional(LutMultidimensionalType)
Trait Implementations§
Source§impl Clone for LutWarehouse
impl Clone for LutWarehouse
Source§fn clone(&self) -> LutWarehouse
fn clone(&self) -> LutWarehouse
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 moreAuto Trait Implementations§
impl Freeze for LutWarehouse
impl RefUnwindSafe for LutWarehouse
impl Send for LutWarehouse
impl Sync for LutWarehouse
impl Unpin for LutWarehouse
impl UnwindSafe for LutWarehouse
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