Struct freya::prelude::DragZoneProps
source · pub struct DragZoneProps<'a, T> { /* private fields */ }
Expand description
DragZone
component properties.
Implementations§
source§impl<'a, T> DragZoneProps<'a, T>
impl<'a, T> DragZoneProps<'a, T>
Trait Implementations§
source§impl<'a, T> Properties for DragZoneProps<'a, T>
impl<'a, T> Properties for DragZoneProps<'a, T>
Auto Trait Implementations§
impl<'a, T> !RefUnwindSafe for DragZoneProps<'a, T>
impl<'a, T> !Send for DragZoneProps<'a, T>
impl<'a, T> !Sync for DragZoneProps<'a, T>
impl<'a, T> Unpin for DragZoneProps<'a, T>where T: Unpin,
impl<'a, T> !UnwindSafe for DragZoneProps<'a, T>
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