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