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