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