pub struct ContextInjectionBlock {
pub name: String,
pub content: String,
}Expand description
P4e (§1.4/§3.1 core.context_injections): one named ambient context
block – see Config::context_injection_blocks.
Fields§
§name: StringThe block’s heading, rendered as # {name}.
content: StringThe block’s body text, appended verbatim under the heading.
Implementations§
Trait Implementations§
Source§impl Clone for ContextInjectionBlock
impl Clone for ContextInjectionBlock
Source§fn clone(&self) -> ContextInjectionBlock
fn clone(&self) -> ContextInjectionBlock
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 ContextInjectionBlock
impl Debug for ContextInjectionBlock
impl Eq for ContextInjectionBlock
Source§impl PartialEq for ContextInjectionBlock
impl PartialEq for ContextInjectionBlock
impl StructuralPartialEq for ContextInjectionBlock
Auto Trait Implementations§
impl Freeze for ContextInjectionBlock
impl RefUnwindSafe for ContextInjectionBlock
impl Send for ContextInjectionBlock
impl Sync for ContextInjectionBlock
impl Unpin for ContextInjectionBlock
impl UnsafeUnpin for ContextInjectionBlock
impl UnwindSafe for ContextInjectionBlock
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.