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