pub struct PackagerConfig {
pub copy: bool,
}Expand description
Config used for packaging.
Fields§
§copy: boolTrait Implementations§
Source§impl Clone for PackagerConfig
impl Clone for PackagerConfig
Source§fn clone(&self) -> PackagerConfig
fn clone(&self) -> PackagerConfig
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 PackagerConfig
impl Debug for PackagerConfig
Source§impl Default for PackagerConfig
impl Default for PackagerConfig
Source§fn default() -> PackagerConfig
fn default() -> PackagerConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PackagerConfig
impl<'de> Deserialize<'de> for PackagerConfig
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 Ord for PackagerConfig
impl Ord for PackagerConfig
Source§fn cmp(&self, other: &PackagerConfig) -> Ordering
fn cmp(&self, other: &PackagerConfig) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PackagerConfig
impl PartialEq for PackagerConfig
Source§impl PartialOrd for PackagerConfig
impl PartialOrd for PackagerConfig
Source§impl Serialize for PackagerConfig
impl Serialize for PackagerConfig
impl Copy for PackagerConfig
impl Eq for PackagerConfig
impl StructuralPartialEq for PackagerConfig
Auto Trait Implementations§
impl Freeze for PackagerConfig
impl RefUnwindSafe for PackagerConfig
impl Send for PackagerConfig
impl Sync for PackagerConfig
impl Unpin for PackagerConfig
impl UnwindSafe for PackagerConfig
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