pub struct FallenTreeConfiguration {
pub trunk_provider: BlockStateProvider,
pub log_length: IntProvider,
pub stump_decorators: Vec<TreeDecorator>,
pub log_decorators: Vec<TreeDecorator>,
}Fields§
§trunk_provider: BlockStateProvider§log_length: IntProvider§stump_decorators: Vec<TreeDecorator>§log_decorators: Vec<TreeDecorator>Trait Implementations§
Source§impl Clone for FallenTreeConfiguration
impl Clone for FallenTreeConfiguration
Source§fn clone(&self) -> FallenTreeConfiguration
fn clone(&self) -> FallenTreeConfiguration
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 FallenTreeConfiguration
impl !UnwindSafe for FallenTreeConfiguration
impl Freeze for FallenTreeConfiguration
impl Send for FallenTreeConfiguration
impl Sync for FallenTreeConfiguration
impl Unpin for FallenTreeConfiguration
impl UnsafeUnpin for FallenTreeConfiguration
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