Struct freya::components::ExternalLinkProps
source · pub struct ExternalLinkProps<'a> { /* private fields */ }Expand description
ExternalLink component properties.
Implementations§
source§impl<'a> ExternalLinkProps<'a>
impl<'a> ExternalLinkProps<'a>
sourcepub fn builder() -> ExternalLinkPropsBuilder<'a, ((), (), (), ())>
pub fn builder() -> ExternalLinkPropsBuilder<'a, ((), (), (), ())>
Create a builder for building ExternalLinkProps.
On the builder, call .children(...)(optional), .onerror(...)(optional), .show_tooltip(...)(optional), .url(...) to set the values of the fields.
Finally, call .build() to create the instance of ExternalLinkProps.
Trait Implementations§
source§impl<'a> Properties for ExternalLinkProps<'a>
impl<'a> Properties for ExternalLinkProps<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for ExternalLinkProps<'a>
impl<'a> !Send for ExternalLinkProps<'a>
impl<'a> !Sync for ExternalLinkProps<'a>
impl<'a> Unpin for ExternalLinkProps<'a>
impl<'a> !UnwindSafe for ExternalLinkProps<'a>
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