pub struct HubSectionTitleTextBlockType(pub String);Tuple Fields§
§0: StringImplementations§
Source§impl HubSectionTitleTextBlockType
impl HubSectionTitleTextBlockType
pub const SECTION_TITLE: &'static str = "section_title"
Trait Implementations§
Source§impl Clone for HubSectionTitleTextBlockType
impl Clone for HubSectionTitleTextBlockType
Source§fn clone(&self) -> HubSectionTitleTextBlockType
fn clone(&self) -> HubSectionTitleTextBlockType
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 HubSectionTitleTextBlockType
impl Debug for HubSectionTitleTextBlockType
Source§impl Default for HubSectionTitleTextBlockType
impl Default for HubSectionTitleTextBlockType
Source§fn default() -> HubSectionTitleTextBlockType
fn default() -> HubSectionTitleTextBlockType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HubSectionTitleTextBlockType
impl<'de> Deserialize<'de> for HubSectionTitleTextBlockType
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
impl Eq for HubSectionTitleTextBlockType
impl StructuralPartialEq for HubSectionTitleTextBlockType
Auto Trait Implementations§
impl Freeze for HubSectionTitleTextBlockType
impl RefUnwindSafe for HubSectionTitleTextBlockType
impl Send for HubSectionTitleTextBlockType
impl Sync for HubSectionTitleTextBlockType
impl Unpin for HubSectionTitleTextBlockType
impl UnsafeUnpin for HubSectionTitleTextBlockType
impl UnwindSafe for HubSectionTitleTextBlockType
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