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