pub struct InfernoFlame {
pub id: String,
pub position: Vec<f64>,
}Fields§
§id: String§position: Vec<f64>Trait Implementations§
Source§impl Clone for InfernoFlame
impl Clone for InfernoFlame
Source§fn clone(&self) -> InfernoFlame
fn clone(&self) -> InfernoFlame
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 InfernoFlame
impl Debug for InfernoFlame
Source§impl<'de> Deserialize<'de> for InfernoFlame
impl<'de> Deserialize<'de> for InfernoFlame
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
Auto Trait Implementations§
impl Freeze for InfernoFlame
impl RefUnwindSafe for InfernoFlame
impl Send for InfernoFlame
impl Sync for InfernoFlame
impl Unpin for InfernoFlame
impl UnwindSafe for InfernoFlame
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