pub enum PpcQ3SceneCommand {
TriMesh(PpcQ3SceneTriMeshCommand),
Submission(PpcQ3SceneSubmissionCommand),
}Variants§
TriMesh(PpcQ3SceneTriMeshCommand)
Submission(PpcQ3SceneSubmissionCommand)
Trait Implementations§
Source§impl Clone for PpcQ3SceneCommand
impl Clone for PpcQ3SceneCommand
Source§fn clone(&self) -> PpcQ3SceneCommand
fn clone(&self) -> PpcQ3SceneCommand
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PpcQ3SceneCommand
impl Debug for PpcQ3SceneCommand
Source§impl<'de> Deserialize<'de> for PpcQ3SceneCommand
impl<'de> Deserialize<'de> for PpcQ3SceneCommand
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PpcQ3SceneCommand
impl PartialEq for PpcQ3SceneCommand
Source§impl Serialize for PpcQ3SceneCommand
impl Serialize for PpcQ3SceneCommand
impl StructuralPartialEq for PpcQ3SceneCommand
Auto Trait Implementations§
impl Freeze for PpcQ3SceneCommand
impl RefUnwindSafe for PpcQ3SceneCommand
impl Send for PpcQ3SceneCommand
impl Sync for PpcQ3SceneCommand
impl Unpin for PpcQ3SceneCommand
impl UnsafeUnpin for PpcQ3SceneCommand
impl UnwindSafe for PpcQ3SceneCommand
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