pub struct ValueInlineCode<'t> {
pub inline_code: InlineCode<'t>,
}Expand description
Type derived for production 98
Value: InlineCode;
Fields§
§inline_code: InlineCode<'t>Trait Implementations§
Source§impl<'t> Clone for ValueInlineCode<'t>
impl<'t> Clone for ValueInlineCode<'t>
Source§fn clone(&self) -> ValueInlineCode<'t>
fn clone(&self) -> ValueInlineCode<'t>
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<'t> Debug for ValueInlineCode<'t>
impl<'t> Debug for ValueInlineCode<'t>
Auto Trait Implementations§
impl<'t> Freeze for ValueInlineCode<'t>
impl<'t> RefUnwindSafe for ValueInlineCode<'t>
impl<'t> Send for ValueInlineCode<'t>
impl<'t> Sync for ValueInlineCode<'t>
impl<'t> Unpin for ValueInlineCode<'t>
impl<'t> UnsafeUnpin for ValueInlineCode<'t>
impl<'t> UnwindSafe for ValueInlineCode<'t>
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