Struct freya::components::DropZoneProps
source · pub struct DropZoneProps<'a, T> { /* private fields */ }
Expand description
DropZone
component properties.
Implementations§
source§impl<'a, T> DropZoneProps<'a, T>
impl<'a, T> DropZoneProps<'a, T>
Trait Implementations§
source§impl<'a, T> Properties for DropZoneProps<'a, T>
impl<'a, T> Properties for DropZoneProps<'a, T>
§type Builder = DropZonePropsBuilder<'a, ((), ()), T>
type Builder = DropZonePropsBuilder<'a, ((), ()), T>
The type of the builder for this component.
Used to create “in-progress” versions of the props.
source§fn builder() -> <DropZoneProps<'a, T> as Properties>::Builder
fn builder() -> <DropZoneProps<'a, T> as Properties>::Builder
Create a builder for this component.
Auto Trait Implementations§
impl<'a, T> !RefUnwindSafe for DropZoneProps<'a, T>
impl<'a, T> !Send for DropZoneProps<'a, T>
impl<'a, T> !Sync for DropZoneProps<'a, T>
impl<'a, T> Unpin for DropZoneProps<'a, T>
impl<'a, T> !UnwindSafe for DropZoneProps<'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