pub struct NestedUint8ArrayTestMessage {
pub arrays: Vec<Uint8ArrayTestMessage>,
}Fields§
§arrays: Vec<Uint8ArrayTestMessage>Trait Implementations§
Source§impl Clone for NestedUint8ArrayTestMessage
impl Clone for NestedUint8ArrayTestMessage
Source§fn clone(&self) -> NestedUint8ArrayTestMessage
fn clone(&self) -> NestedUint8ArrayTestMessage
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 NestedUint8ArrayTestMessage
impl Debug for NestedUint8ArrayTestMessage
Source§impl<'de> Deserialize<'de> for NestedUint8ArrayTestMessage
impl<'de> Deserialize<'de> for NestedUint8ArrayTestMessage
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
impl Message for NestedUint8ArrayTestMessage
impl StructuralPartialEq for NestedUint8ArrayTestMessage
Auto Trait Implementations§
impl Freeze for NestedUint8ArrayTestMessage
impl RefUnwindSafe for NestedUint8ArrayTestMessage
impl Send for NestedUint8ArrayTestMessage
impl Sync for NestedUint8ArrayTestMessage
impl Unpin for NestedUint8ArrayTestMessage
impl UnwindSafe for NestedUint8ArrayTestMessage
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