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