pub struct WorldInfoSettings {
pub permitted_processors: Vec<String>,
pub recursion_limit: u32,
pub id_length: usize,
pub seperate_context_nodes: bool,
}
Fields§
§permitted_processors: Vec<String>
List of allowed processors
recursion_limit: u32
§id_length: usize
§seperate_context_nodes: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WorldInfoSettings
impl RefUnwindSafe for WorldInfoSettings
impl Send for WorldInfoSettings
impl Sync for WorldInfoSettings
impl Unpin for WorldInfoSettings
impl UnwindSafe for WorldInfoSettings
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