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