pub struct BlockColumnConfiguration {
pub direction: Direction,
pub allowed_placement: BlockPredicate,
pub layers: Vec<BlockColumnLayer>,
pub prioritize_tip: bool,
}Fields§
§direction: Direction§allowed_placement: BlockPredicate§layers: Vec<BlockColumnLayer>§prioritize_tip: boolTrait Implementations§
Source§impl Clone for BlockColumnConfiguration
impl Clone for BlockColumnConfiguration
Source§fn clone(&self) -> BlockColumnConfiguration
fn clone(&self) -> BlockColumnConfiguration
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 BlockColumnConfiguration
impl !UnwindSafe for BlockColumnConfiguration
impl Freeze for BlockColumnConfiguration
impl Send for BlockColumnConfiguration
impl Sync for BlockColumnConfiguration
impl Unpin for BlockColumnConfiguration
impl UnsafeUnpin for BlockColumnConfiguration
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