pub struct DragInterceptedEventParamsBuilder { /* private fields */ }Expand description
Builder for DragInterceptedEventParams.
Implementations§
Source§impl DragInterceptedEventParamsBuilder
impl DragInterceptedEventParamsBuilder
pub fn data(&mut self, value: DragData) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<DragInterceptedEventParams, DragInterceptedEventParamsBuilderError>
pub fn build( &self, ) -> Result<DragInterceptedEventParams, DragInterceptedEventParamsBuilderError>
Trait Implementations§
Source§impl Clone for DragInterceptedEventParamsBuilder
impl Clone for DragInterceptedEventParamsBuilder
Source§fn clone(&self) -> DragInterceptedEventParamsBuilder
fn clone(&self) -> DragInterceptedEventParamsBuilder
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 moreAuto Trait Implementations§
impl Freeze for DragInterceptedEventParamsBuilder
impl RefUnwindSafe for DragInterceptedEventParamsBuilder
impl Send for DragInterceptedEventParamsBuilder
impl Sync for DragInterceptedEventParamsBuilder
impl Unpin for DragInterceptedEventParamsBuilder
impl UnsafeUnpin for DragInterceptedEventParamsBuilder
impl UnwindSafe for DragInterceptedEventParamsBuilder
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