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