Struct freya::components::DragZoneProps
pub struct DragZoneProps<'a, T> { /* private fields */ }
Expand description
DragZone
component properties.
Implementations§
§impl<'a, T> DragZoneProps<'a, T>
impl<'a, T> DragZoneProps<'a, T>
Trait Implementations§
§impl<'a, T> Properties for DragZoneProps<'a, T>
impl<'a, T> Properties for DragZoneProps<'a, T>
§type Builder = DragZonePropsBuilder<'a, ((), (), ()), T>
type Builder = DragZonePropsBuilder<'a, ((), (), ()), T>
The type of the builder for this component.
Used to create “in-progress” versions of the props.
§fn builder() -> <DragZoneProps<'a, T> as Properties>::Builder
fn builder() -> <DragZoneProps<'a, T> as Properties>::Builder
Create a builder for this component.
§unsafe fn memoize(&self, other: &DragZoneProps<'a, T>) -> bool
unsafe fn memoize(&self, other: &DragZoneProps<'a, T>) -> bool
Memoization can only happen if the props are valid for the ’static lifetime Read more
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