pub struct LakeGenerator { /* private fields */ }Expand description
A generator for lakes.
Implementations§
Trait Implementations§
Source§impl FeatureGenerator for LakeGenerator
impl FeatureGenerator for LakeGenerator
Auto Trait Implementations§
impl Freeze for LakeGenerator
impl RefUnwindSafe for LakeGenerator
impl Send for LakeGenerator
impl Sync for LakeGenerator
impl Unpin for LakeGenerator
impl UnwindSafe for LakeGenerator
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