pub struct C2BundleDeliverySystem {
pub entries: Vec<C2BundleEntry>,
}Expand description
C2_bundle_delivery_system body (Table 139) — fully typed.
Fields§
§entries: Vec<C2BundleEntry>Bundle entries in wire order.
Trait Implementations§
Source§impl Clone for C2BundleDeliverySystem
impl Clone for C2BundleDeliverySystem
Source§fn clone(&self) -> C2BundleDeliverySystem
fn clone(&self) -> C2BundleDeliverySystem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 C2BundleDeliverySystem
impl Debug for C2BundleDeliverySystem
impl Eq for C2BundleDeliverySystem
Source§impl PartialEq for C2BundleDeliverySystem
impl PartialEq for C2BundleDeliverySystem
Source§fn eq(&self, other: &C2BundleDeliverySystem) -> bool
fn eq(&self, other: &C2BundleDeliverySystem) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for C2BundleDeliverySystem
impl Serialize for C2BundleDeliverySystem
impl StructuralPartialEq for C2BundleDeliverySystem
Auto Trait Implementations§
impl Freeze for C2BundleDeliverySystem
impl RefUnwindSafe for C2BundleDeliverySystem
impl Send for C2BundleDeliverySystem
impl Sync for C2BundleDeliverySystem
impl Unpin for C2BundleDeliverySystem
impl UnsafeUnpin for C2BundleDeliverySystem
impl UnwindSafe for C2BundleDeliverySystem
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