pub struct BringToFrontBuilder;Implementations§
Source§impl BringToFrontBuilder
impl BringToFrontBuilder
pub fn new() -> Self
pub fn build(self) -> BringToFront
Trait Implementations§
Source§impl Clone for BringToFrontBuilder
impl Clone for BringToFrontBuilder
Source§fn clone(&self) -> BringToFrontBuilder
fn clone(&self) -> BringToFrontBuilder
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 BringToFrontBuilder
impl Debug for BringToFrontBuilder
Source§impl Default for BringToFrontBuilder
impl Default for BringToFrontBuilder
Source§fn default() -> BringToFrontBuilder
fn default() -> BringToFrontBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BringToFrontBuilder
impl RefUnwindSafe for BringToFrontBuilder
impl Send for BringToFrontBuilder
impl Sync for BringToFrontBuilder
impl Unpin for BringToFrontBuilder
impl UnsafeUnpin for BringToFrontBuilder
impl UnwindSafe for BringToFrontBuilder
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