pub struct RoomAccretionConfig {
pub templates: Vec<RoomTemplate>,
pub max_rooms: usize,
pub loop_chance: f64,
}Fields§
§templates: Vec<RoomTemplate>§max_rooms: usize§loop_chance: f64Trait Implementations§
Source§impl Clone for RoomAccretionConfig
impl Clone for RoomAccretionConfig
Source§fn clone(&self) -> RoomAccretionConfig
fn clone(&self) -> RoomAccretionConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RoomAccretionConfig
impl Debug for RoomAccretionConfig
Auto Trait Implementations§
impl Freeze for RoomAccretionConfig
impl RefUnwindSafe for RoomAccretionConfig
impl Send for RoomAccretionConfig
impl Sync for RoomAccretionConfig
impl Unpin for RoomAccretionConfig
impl UnwindSafe for RoomAccretionConfig
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