pub struct SendTableData {
pub is_end: Option<u64>,
pub net_table_name: Option<String>,
pub needs_decoder: Option<u64>,
pub SendProp: Vec<SendPropData>,
}
Fields§
§is_end: Option<u64>
§net_table_name: Option<String>
§needs_decoder: Option<u64>
§SendProp: Vec<SendPropData>
Implementations§
Source§impl SendTableData
impl SendTableData
pub fn to_vec(&self) -> Vec<(&'static str, ProtobufValue)>
Trait Implementations§
Source§impl Clone for SendTableData
impl Clone for SendTableData
Source§fn clone(&self) -> SendTableData
fn clone(&self) -> SendTableData
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for SendTableData
impl RefUnwindSafe for SendTableData
impl Send for SendTableData
impl Sync for SendTableData
impl Unpin for SendTableData
impl UnwindSafe for SendTableData
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