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