pub struct SceneDialogCheck { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for SceneDialogCheck
impl Debug for SceneDialogCheck
Source§impl From<SceneDialogCheck> for Condition
impl From<SceneDialogCheck> for Condition
Source§fn from(check: SceneDialogCheck) -> Self
fn from(check: SceneDialogCheck) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SceneDialogCheck
impl RefUnwindSafe for SceneDialogCheck
impl Send for SceneDialogCheck
impl Sync for SceneDialogCheck
impl Unpin for SceneDialogCheck
impl UnwindSafe for SceneDialogCheck
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