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