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