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§
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§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
§impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere
W: DeserializeWith<F, T, D>,
D: Fallible + ?Sized,
F: ?Sized,
impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere W: DeserializeWith<F, T, D>, D: Fallible + ?Sized, F: ?Sized,
§fn deserialize(
&self,
deserializer: &mut D
) -> Result<With<T, W>, <D as Fallible>::Error>
fn deserialize( &self, deserializer: &mut D ) -> Result<With<T, W>, <D as Fallible>::Error>
Deserializes using the given deserializer