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