pub struct BlockPileConfiguration {
pub state_provider: BlockStateProvider,
}Fields§
§state_provider: BlockStateProviderTrait Implementations§
Source§impl Clone for BlockPileConfiguration
impl Clone for BlockPileConfiguration
Source§fn clone(&self) -> BlockPileConfiguration
fn clone(&self) -> BlockPileConfiguration
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 BlockPileConfiguration
impl !UnwindSafe for BlockPileConfiguration
impl Freeze for BlockPileConfiguration
impl Send for BlockPileConfiguration
impl Sync for BlockPileConfiguration
impl Unpin for BlockPileConfiguration
impl UnsafeUnpin for BlockPileConfiguration
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