Struct leptos_dom::Transparent
source · pub struct Transparent(_);
Expand description
Wrapper for arbitrary data that can be passed through the view.
Implementations§
source§impl Transparent
impl Transparent
Trait Implementations§
source§impl Clone for Transparent
impl Clone for Transparent
source§fn clone(&self) -> Transparent
fn clone(&self) -> Transparent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for Transparent
impl Debug for Transparent
source§impl IntoView for Transparent
impl IntoView for Transparent
source§impl PartialEq<Transparent> for Transparent
impl PartialEq<Transparent> for Transparent
impl Eq for Transparent
Auto Trait Implementations§
impl !RefUnwindSafe for Transparent
impl !Send for Transparent
impl !Sync for Transparent
impl Unpin for Transparent
impl !UnwindSafe for Transparent
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.