pub struct InlineCodeStart2Constructor { /* private fields */ }Implementations§
Source§impl InlineCodeStart2Constructor
impl InlineCodeStart2Constructor
Sourcepub fn builder() -> InlineCodeStart2ConstructorBuilder
pub fn builder() -> InlineCodeStart2ConstructorBuilder
Create an instance of InlineCodeStart2Constructor using the builder syntax
Source§impl InlineCodeStart2Constructor
impl InlineCodeStart2Constructor
pub fn build(self) -> InlineCodeStart2Node
Auto Trait Implementations§
impl Freeze for InlineCodeStart2Constructor
impl RefUnwindSafe for InlineCodeStart2Constructor
impl Send for InlineCodeStart2Constructor
impl Sync for InlineCodeStart2Constructor
impl Unpin for InlineCodeStart2Constructor
impl UnwindSafe for InlineCodeStart2Constructor
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