pub struct InlineCode2View {
pub inline_code_start_2: InlineCodeStart2Handle,
pub inline_code_2_list: InlineCode2ListHandle,
pub inline_code_end_2: InlineCodeEnd2Handle,
}Fields§
§inline_code_start_2: InlineCodeStart2Handle§inline_code_2_list: InlineCode2ListHandle§inline_code_end_2: InlineCodeEnd2HandleTrait Implementations§
Source§impl Clone for InlineCode2View
impl Clone for InlineCode2View
Source§fn clone(&self) -> InlineCode2View
fn clone(&self) -> InlineCode2View
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 InlineCode2View
impl Debug for InlineCode2View
Source§impl PartialEq for InlineCode2View
impl PartialEq for InlineCode2View
impl Copy for InlineCode2View
impl Eq for InlineCode2View
impl StructuralPartialEq for InlineCode2View
Auto Trait Implementations§
impl Freeze for InlineCode2View
impl RefUnwindSafe for InlineCode2View
impl Send for InlineCode2View
impl Sync for InlineCode2View
impl Unpin for InlineCode2View
impl UnwindSafe for InlineCode2View
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