pub struct CorePublishModConfig {
pub core_publish: CorePublishConfig,
}Expand description
Module-level configuration for CorePublish.
Fields§
§core_publish: CorePublishConfigCorePublish configuration.
Trait Implementations§
Source§impl Clone for CorePublishModConfig
impl Clone for CorePublishModConfig
Source§fn clone(&self) -> CorePublishModConfig
fn clone(&self) -> CorePublishModConfig
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 CorePublishModConfig
impl Debug for CorePublishModConfig
Source§impl Default for CorePublishModConfig
impl Default for CorePublishModConfig
Source§fn default() -> CorePublishModConfig
fn default() -> CorePublishModConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CorePublishModConfig
impl<'de> Deserialize<'de> for CorePublishModConfig
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
Auto Trait Implementations§
impl Freeze for CorePublishModConfig
impl RefUnwindSafe for CorePublishModConfig
impl Send for CorePublishModConfig
impl Sync for CorePublishModConfig
impl Unpin for CorePublishModConfig
impl UnsafeUnpin for CorePublishModConfig
impl UnwindSafe for CorePublishModConfig
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