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