Enum level_lib::structs::generator::GeneratorType
source · pub enum GeneratorType {
Noise,
Flat,
Debug,
}Expand description
An enum of types that a generator can have
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for GeneratorType
impl RefUnwindSafe for GeneratorType
impl Send for GeneratorType
impl Sync for GeneratorType
impl Unpin for GeneratorType
impl UnwindSafe for GeneratorType
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