pub enum SceneHelperErrs {
CouldNotMakeInstance,
RootClassNotSpatial(String),
}Variants§
Trait Implementations§
Source§impl Clone for SceneHelperErrs
impl Clone for SceneHelperErrs
Source§fn clone(&self) -> SceneHelperErrs
fn clone(&self) -> SceneHelperErrs
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 SceneHelperErrs
impl Debug for SceneHelperErrs
Source§impl PartialEq for SceneHelperErrs
impl PartialEq for SceneHelperErrs
impl StructuralPartialEq for SceneHelperErrs
Auto Trait Implementations§
impl Freeze for SceneHelperErrs
impl RefUnwindSafe for SceneHelperErrs
impl Send for SceneHelperErrs
impl Sync for SceneHelperErrs
impl Unpin for SceneHelperErrs
impl UnwindSafe for SceneHelperErrs
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