pub struct StopScreencastBuilder;Implementations§
Source§impl StopScreencastBuilder
impl StopScreencastBuilder
pub fn new() -> Self
pub fn build(self) -> StopScreencast
Trait Implementations§
Source§impl Clone for StopScreencastBuilder
impl Clone for StopScreencastBuilder
Source§fn clone(&self) -> StopScreencastBuilder
fn clone(&self) -> StopScreencastBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StopScreencastBuilder
impl Debug for StopScreencastBuilder
Source§impl Default for StopScreencastBuilder
impl Default for StopScreencastBuilder
Source§fn default() -> StopScreencastBuilder
fn default() -> StopScreencastBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StopScreencastBuilder
impl RefUnwindSafe for StopScreencastBuilder
impl Send for StopScreencastBuilder
impl Sync for StopScreencastBuilder
impl Unpin for StopScreencastBuilder
impl UnsafeUnpin for StopScreencastBuilder
impl UnwindSafe for StopScreencastBuilder
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