pub struct ExternalContentType_DLL_Inline {
pub text: Option<String>,
}Expand description
ExternalContentType_DLL_InlineType element
Fields§
§text: Option<String>Text content
Trait Implementations§
Source§impl Clone for ExternalContentType_DLL_Inline
impl Clone for ExternalContentType_DLL_Inline
Source§fn clone(&self) -> ExternalContentType_DLL_Inline
fn clone(&self) -> ExternalContentType_DLL_Inline
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 Default for ExternalContentType_DLL_Inline
impl Default for ExternalContentType_DLL_Inline
Source§fn default() -> ExternalContentType_DLL_Inline
fn default() -> ExternalContentType_DLL_Inline
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExternalContentType_DLL_Inline
impl<'de> Deserialize<'de> for ExternalContentType_DLL_Inline
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 ExternalContentType_DLL_Inline
impl PartialEq for ExternalContentType_DLL_Inline
Source§fn eq(&self, other: &ExternalContentType_DLL_Inline) -> bool
fn eq(&self, other: &ExternalContentType_DLL_Inline) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExternalContentType_DLL_Inline
Auto Trait Implementations§
impl Freeze for ExternalContentType_DLL_Inline
impl RefUnwindSafe for ExternalContentType_DLL_Inline
impl Send for ExternalContentType_DLL_Inline
impl Sync for ExternalContentType_DLL_Inline
impl Unpin for ExternalContentType_DLL_Inline
impl UnsafeUnpin for ExternalContentType_DLL_Inline
impl UnwindSafe for ExternalContentType_DLL_Inline
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