pub struct EpisodeBuilder { /* private fields */ }Expand description
Builder for constructing episodes with a fluent API.
Implementations§
Auto Trait Implementations§
impl Freeze for EpisodeBuilder
impl RefUnwindSafe for EpisodeBuilder
impl Send for EpisodeBuilder
impl Sync for EpisodeBuilder
impl Unpin for EpisodeBuilder
impl UnsafeUnpin for EpisodeBuilder
impl UnwindSafe for EpisodeBuilder
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