pub struct GS {
pub _01: String,
pub _02: String,
pub _03: String,
pub _04: String,
pub _05: String,
pub _06: String,
pub _07: String,
pub _08: String,
}Expand description
GS - FunctionalGroup Header
Fields§
§_01: String§_02: String§_03: String§_04: String§_05: String§_06: String§_07: String§_08: StringTrait Implementations§
source§impl<'de> Deserialize<'de> for GS
impl<'de> Deserialize<'de> for GS
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<'v_a> ValidateArgs<'v_a> for GS
impl<'v_a> ValidateArgs<'v_a> for GS
type Args = ()
fn validate_args(&self, args: Self::Args) -> Result<(), ValidationErrors>
impl Eq for GS
impl StructuralEq for GS
impl StructuralPartialEq for GS
Auto Trait Implementations§
impl RefUnwindSafe for GS
impl Send for GS
impl Sync for GS
impl Unpin for GS
impl UnwindSafe for GS
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