pub struct GetWindowForTargetReturnsBuilder { /* private fields */ }Implementations§
Source§impl GetWindowForTargetReturnsBuilder
impl GetWindowForTargetReturnsBuilder
pub fn build(self) -> GetWindowForTargetReturns
Auto Trait Implementations§
impl Freeze for GetWindowForTargetReturnsBuilder
impl RefUnwindSafe for GetWindowForTargetReturnsBuilder
impl Send for GetWindowForTargetReturnsBuilder
impl Sync for GetWindowForTargetReturnsBuilder
impl Unpin for GetWindowForTargetReturnsBuilder
impl UnsafeUnpin for GetWindowForTargetReturnsBuilder
impl UnwindSafe for GetWindowForTargetReturnsBuilder
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