pub struct LakeConfiguration {
pub fluid: BlockStateProvider,
pub barrier: BlockStateProvider,
}Fields§
§fluid: BlockStateProvider§barrier: BlockStateProviderTrait Implementations§
Source§impl Clone for LakeConfiguration
impl Clone for LakeConfiguration
Source§fn clone(&self) -> LakeConfiguration
fn clone(&self) -> LakeConfiguration
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 !RefUnwindSafe for LakeConfiguration
impl !UnwindSafe for LakeConfiguration
impl Freeze for LakeConfiguration
impl Send for LakeConfiguration
impl Sync for LakeConfiguration
impl Unpin for LakeConfiguration
impl UnsafeUnpin for LakeConfiguration
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