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