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