pub struct NotebookBuilder<'a, P: WindowMethods> { /* private fields */ }
Implementations§
Source§impl<'a, P: WindowMethods> NotebookBuilder<'a, P>
impl<'a, P: WindowMethods> NotebookBuilder<'a, P>
Trait Implementations§
Source§impl<'a, P: WindowMethods> Buildable<'a, P, NotebookBuilder<'a, P>> for Notebook
impl<'a, P: WindowMethods> Buildable<'a, P, NotebookBuilder<'a, P>> for Notebook
Auto Trait Implementations§
impl<'a, P> Freeze for NotebookBuilder<'a, P>
impl<'a, P> RefUnwindSafe for NotebookBuilder<'a, P>where
P: RefUnwindSafe,
impl<'a, P> !Send for NotebookBuilder<'a, P>
impl<'a, P> !Sync for NotebookBuilder<'a, P>
impl<'a, P> Unpin for NotebookBuilder<'a, P>
impl<'a, P> UnwindSafe for NotebookBuilder<'a, P>where
P: RefUnwindSafe,
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