pub struct PythonPackageCreateProperties {
pub content_link: ContentLink,
}Expand description
The parameters supplied to the create or update module properties.
Fields§
§content_link: ContentLinkDefinition of the content link.
Implementations§
Source§impl PythonPackageCreateProperties
impl PythonPackageCreateProperties
pub fn new(content_link: ContentLink) -> Self
Trait Implementations§
Source§impl Clone for PythonPackageCreateProperties
impl Clone for PythonPackageCreateProperties
Source§fn clone(&self) -> PythonPackageCreateProperties
fn clone(&self) -> PythonPackageCreateProperties
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<'de> Deserialize<'de> for PythonPackageCreateProperties
impl<'de> Deserialize<'de> for PythonPackageCreateProperties
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 PythonPackageCreateProperties
impl PartialEq for PythonPackageCreateProperties
Source§fn eq(&self, other: &PythonPackageCreateProperties) -> bool
fn eq(&self, other: &PythonPackageCreateProperties) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PythonPackageCreateProperties
Auto Trait Implementations§
impl Freeze for PythonPackageCreateProperties
impl RefUnwindSafe for PythonPackageCreateProperties
impl Send for PythonPackageCreateProperties
impl Sync for PythonPackageCreateProperties
impl Unpin for PythonPackageCreateProperties
impl UnwindSafe for PythonPackageCreateProperties
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