pub struct ModuleUpdateProperties {
pub content_link: Option<ContentLink>,
}Expand description
The parameters supplied to the update properties.
Fields§
§content_link: Option<ContentLink>Definition of the content link.
Implementations§
Trait Implementations§
Source§impl Clone for ModuleUpdateProperties
impl Clone for ModuleUpdateProperties
Source§fn clone(&self) -> ModuleUpdateProperties
fn clone(&self) -> ModuleUpdateProperties
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 ModuleUpdateProperties
impl Debug for ModuleUpdateProperties
Source§impl Default for ModuleUpdateProperties
impl Default for ModuleUpdateProperties
Source§fn default() -> ModuleUpdateProperties
fn default() -> ModuleUpdateProperties
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ModuleUpdateProperties
impl<'de> Deserialize<'de> for ModuleUpdateProperties
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 ModuleUpdateProperties
impl PartialEq for ModuleUpdateProperties
Source§impl Serialize for ModuleUpdateProperties
impl Serialize for ModuleUpdateProperties
impl StructuralPartialEq for ModuleUpdateProperties
Auto Trait Implementations§
impl Freeze for ModuleUpdateProperties
impl RefUnwindSafe for ModuleUpdateProperties
impl Send for ModuleUpdateProperties
impl Sync for ModuleUpdateProperties
impl Unpin for ModuleUpdateProperties
impl UnwindSafe for ModuleUpdateProperties
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