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