pub struct Configured { /* private fields */ }Expand description
Marker state for an engine that is configured and ready to load a tree.
Auto Trait Implementations§
impl Freeze for Configured
impl RefUnwindSafe for Configured
impl Send for Configured
impl Sync for Configured
impl Unpin for Configured
impl UnsafeUnpin for Configured
impl UnwindSafe for Configured
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