pub struct WorldInfoEntry { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl EntryFactory for WorldInfoEntry
impl EntryFactory for WorldInfoEntry
fn create(name: &str, id: u32, order: u32) -> WorldInfoEntry
fn parse<P: PluginBridge>( &mut self, registry: &ProcessorRegistry<P>, ) -> Result<&mut WorldInfoEntry, WorldInfoError>
fn set_text(&mut self, text: &str) -> &mut WorldInfoEntry
Auto Trait Implementations§
impl Freeze for WorldInfoEntry
impl !RefUnwindSafe for WorldInfoEntry
impl !Send for WorldInfoEntry
impl !Sync for WorldInfoEntry
impl Unpin for WorldInfoEntry
impl !UnwindSafe for WorldInfoEntry
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