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