Struct me3_framework::FrameworkBuilder
source · [−]pub struct FrameworkBuilder { /* private fields */ }
Implementations
sourceimpl FrameworkBuilder
impl FrameworkBuilder
pub fn debug_console(self, new_value: bool) -> Self
pub fn build(self) -> Result<Arc<Framework>, FrameworkError>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FrameworkBuilder
impl Send for FrameworkBuilder
impl Sync for FrameworkBuilder
impl Unpin for FrameworkBuilder
impl UnwindSafe for FrameworkBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more