pub struct UpdateStringTableData {
pub table_id: Option<u64>,
pub num_changed_entries: Option<u64>,
pub string_data: Option<Vec<u8>>,
}
Fields§
§table_id: Option<u64>
§num_changed_entries: Option<u64>
§string_data: Option<Vec<u8>>
Implementations§
Source§impl UpdateStringTableData
impl UpdateStringTableData
pub fn to_vec(&self) -> Vec<(&'static str, ProtobufValue)>
Trait Implementations§
Source§impl Clone for UpdateStringTableData
impl Clone for UpdateStringTableData
Source§fn clone(&self) -> UpdateStringTableData
fn clone(&self) -> UpdateStringTableData
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 UpdateStringTableData
impl RefUnwindSafe for UpdateStringTableData
impl Send for UpdateStringTableData
impl Sync for UpdateStringTableData
impl Unpin for UpdateStringTableData
impl UnwindSafe for UpdateStringTableData
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