pub struct StructInDataGroup {
pub struct_field1: bool,
pub struct_field2: f64,
}
Expand description
Пример структуры
Fields§
§struct_field1: bool
Поле 1
struct_field2: f64
Поле 2
Trait Implementations§
Source§impl Clone for StructInDataGroup
impl Clone for StructInDataGroup
Source§fn clone(&self) -> StructInDataGroup
fn clone(&self) -> StructInDataGroup
Returns a copy 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 StructInDataGroup
impl Debug for StructInDataGroup
Source§impl<'de> Deserialize<'de> for StructInDataGroup
impl<'de> Deserialize<'de> for StructInDataGroup
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 StructInDataGroup
impl PartialEq for StructInDataGroup
Source§impl Serialize for StructInDataGroup
impl Serialize for StructInDataGroup
impl StructuralPartialEq for StructInDataGroup
Auto Trait Implementations§
impl Freeze for StructInDataGroup
impl RefUnwindSafe for StructInDataGroup
impl Send for StructInDataGroup
impl Sync for StructInDataGroup
impl Unpin for StructInDataGroup
impl UnwindSafe for StructInDataGroup
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