pub struct SurrealAvecRecord {
pub stability: f32,
pub friction: f32,
pub logic: f32,
pub autonomy: f32,
pub psi: f32,
pub created_at: Option<String>,
}Fields§
§stability: f32§friction: f32§logic: f32§autonomy: f32§psi: f32§created_at: Option<String>Trait Implementations§
Source§impl Clone for SurrealAvecRecord
impl Clone for SurrealAvecRecord
Source§fn clone(&self) -> SurrealAvecRecord
fn clone(&self) -> SurrealAvecRecord
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 SurrealAvecRecord
impl Debug for SurrealAvecRecord
Source§impl<'de> Deserialize<'de> for SurrealAvecRecord
impl<'de> Deserialize<'de> for SurrealAvecRecord
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 SurrealAvecRecord
impl RefUnwindSafe for SurrealAvecRecord
impl Send for SurrealAvecRecord
impl Sync for SurrealAvecRecord
impl Unpin for SurrealAvecRecord
impl UnsafeUnpin for SurrealAvecRecord
impl UnwindSafe for SurrealAvecRecord
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