pub struct PackingType {
pub packing_enum_type: Option<PackingEnumType>,
}Expand description
Specify if the output file(s) are to be packed.
Fields§
§packing_enum_type: Option<PackingEnumType>Enumeration of supported packing/packaging. All extensions allowed.
Trait Implementations§
Source§impl Clone for PackingType
impl Clone for PackingType
Source§fn clone(&self) -> PackingType
fn clone(&self) -> PackingType
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 PackingType
impl Debug for PackingType
Source§impl<'de> Deserialize<'de> for PackingType
impl<'de> Deserialize<'de> for PackingType
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 Display for PackingType
impl Display for PackingType
Auto Trait Implementations§
impl Freeze for PackingType
impl RefUnwindSafe for PackingType
impl Send for PackingType
impl Sync for PackingType
impl Unpin for PackingType
impl UnsafeUnpin for PackingType
impl UnwindSafe for PackingType
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