pub struct DoctestBlock {
pub space: FixedSpace,
}Fields§
§space: FixedSpaceTrait Implementations§
Source§impl Clone for DoctestBlock
impl Clone for DoctestBlock
Source§fn clone(&self) -> DoctestBlock
fn clone(&self) -> DoctestBlock
Returns a duplicate of the value. Read more
1.0.0 · 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 DoctestBlock
impl Debug for DoctestBlock
Source§impl Default for DoctestBlock
impl Default for DoctestBlock
Source§fn default() -> DoctestBlock
fn default() -> DoctestBlock
Returns the “default value” for a type. Read more
Source§impl ExtraAttributes<DoctestBlock> for DoctestBlock
impl ExtraAttributes<DoctestBlock> for DoctestBlock
fn with_extra(extra: DoctestBlock) -> DoctestBlock
fn extra(&self) -> &DoctestBlock
fn extra_mut(&mut self) -> &mut DoctestBlock
Source§impl JsonSchema for DoctestBlock
impl JsonSchema for DoctestBlock
Source§fn schema_id() -> Cow<'static, str>
fn schema_id() -> Cow<'static, str>
Returns a string that uniquely identifies the schema produced by this type. Read more
Source§fn json_schema(generator: &mut SchemaGenerator) -> Schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
Source§fn inline_schema() -> bool
fn inline_schema() -> bool
Whether JSON Schemas generated for this type should be included directly in parent schemas,
rather than being re-used where possible using the
$ref keyword. Read moreSource§impl PartialEq for DoctestBlock
impl PartialEq for DoctestBlock
Source§impl Serialize for DoctestBlock
impl Serialize for DoctestBlock
impl StructuralPartialEq for DoctestBlock
Auto Trait Implementations§
impl Freeze for DoctestBlock
impl RefUnwindSafe for DoctestBlock
impl Send for DoctestBlock
impl Sync for DoctestBlock
impl Unpin for DoctestBlock
impl UnwindSafe for DoctestBlock
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