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