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