pub struct Reference(/* private fields */);
Trait Implementations§
Source§impl From<AnyNodeRef> for Reference
impl From<AnyNodeRef> for Reference
Source§fn from(value: AnyNodeRef) -> Self
fn from(value: AnyNodeRef) -> Self
Converts to this type from the input type.
Source§impl From<MaybeProp<VirtualElementOrNodeRef>> for Reference
impl From<MaybeProp<VirtualElementOrNodeRef>> for Reference
Source§fn from(value: MaybeProp<VirtualElementOrNodeRef>) -> Self
fn from(value: MaybeProp<VirtualElementOrNodeRef>) -> Self
Converts to this type from the input type.
Source§impl From<Memo<VirtualElementOrNodeRef>> for Reference
impl From<Memo<VirtualElementOrNodeRef>> for Reference
Source§fn from(value: Memo<VirtualElementOrNodeRef>) -> Self
fn from(value: Memo<VirtualElementOrNodeRef>) -> Self
Converts to this type from the input type.
Source§impl From<ReadSignal<VirtualElementOrNodeRef>> for Reference
impl From<ReadSignal<VirtualElementOrNodeRef>> for Reference
Source§fn from(value: ReadSignal<VirtualElementOrNodeRef>) -> Self
fn from(value: ReadSignal<VirtualElementOrNodeRef>) -> Self
Converts to this type from the input type.
Source§impl From<RwSignal<VirtualElementOrNodeRef>> for Reference
impl From<RwSignal<VirtualElementOrNodeRef>> for Reference
Source§fn from(value: RwSignal<VirtualElementOrNodeRef>) -> Self
fn from(value: RwSignal<VirtualElementOrNodeRef>) -> Self
Converts to this type from the input type.
Source§impl From<Signal<VirtualElementOrNodeRef>> for Reference
impl From<Signal<VirtualElementOrNodeRef>> for Reference
Source§fn from(value: Signal<VirtualElementOrNodeRef>) -> Self
fn from(value: Signal<VirtualElementOrNodeRef>) -> Self
Converts to this type from the input type.
Source§impl From<VirtualElementOrNodeRef> for Reference
impl From<VirtualElementOrNodeRef> for Reference
Source§fn from(value: VirtualElementOrNodeRef) -> Self
fn from(value: VirtualElementOrNodeRef) -> Self
Converts to this type from the input type.
impl Copy for Reference
Auto Trait Implementations§
impl Freeze for Reference
impl RefUnwindSafe for Reference
impl Send for Reference
impl Sync for Reference
impl Unpin for Reference
impl UnwindSafe for Reference
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> SerializableKey for T
impl<T> SerializableKey for T
Source§impl<T> StorageAccess<T> for T
impl<T> StorageAccess<T> for T
Source§fn as_borrowed(&self) -> &T
fn as_borrowed(&self) -> &T
Borrows the value.
Source§fn into_taken(self) -> T
fn into_taken(self) -> T
Takes the value.