pub struct HmsInfoTable {
pub num_msg: u32,
pub table: Vec<HmsInfoMsg>,
}
Fields§
§num_msg: u32
§table: Vec<HmsInfoMsg>
Trait Implementations§
Source§impl Clone for HmsInfoTable
impl Clone for HmsInfoTable
Source§fn clone(&self) -> HmsInfoTable
fn clone(&self) -> HmsInfoTable
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 HmsInfoTable
impl Debug for HmsInfoTable
Source§impl Default for HmsInfoTable
impl Default for HmsInfoTable
Source§impl<'de> Deserialize<'de> for HmsInfoTable
impl<'de> Deserialize<'de> for HmsInfoTable
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 HmsInfoTable
impl PartialEq for HmsInfoTable
Source§impl Serialize for HmsInfoTable
impl Serialize for HmsInfoTable
impl Message for HmsInfoTable
impl StructuralPartialEq for HmsInfoTable
Auto Trait Implementations§
impl Freeze for HmsInfoTable
impl RefUnwindSafe for HmsInfoTable
impl Send for HmsInfoTable
impl Sync for HmsInfoTable
impl Unpin for HmsInfoTable
impl UnwindSafe for HmsInfoTable
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