Struct wildland_corex::container::ContainerData
source · pub struct ContainerData {
pub name: String,
pub metadata: Vec<u8>,
}
Expand description
Arbitrary container’s data that is written to Catlib as bytes (Vec
Fields§
§name: String
§metadata: Vec<u8>
Trait Implementations§
source§impl Debug for ContainerData
impl Debug for ContainerData
source§impl<'de> Deserialize<'de> for ContainerData
impl<'de> Deserialize<'de> for ContainerData
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 From<ContainerData> for Vec<u8>
impl From<ContainerData> for Vec<u8>
source§fn from(value: ContainerData) -> Self
fn from(value: ContainerData) -> Self
Converts to this type from the input type.
source§impl Serialize for ContainerData
impl Serialize for ContainerData
Auto Trait Implementations§
impl RefUnwindSafe for ContainerData
impl Send for ContainerData
impl Sync for ContainerData
impl Unpin for ContainerData
impl UnwindSafe for ContainerData
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