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