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