Struct leptos_use::utils::FromToStringCodec
source · pub struct FromToStringCodec;Expand description
Trait Implementations§
source§impl Clone for FromToStringCodec
impl Clone for FromToStringCodec
source§fn clone(&self) -> FromToStringCodec
fn clone(&self) -> FromToStringCodec
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 Default for FromToStringCodec
impl Default for FromToStringCodec
source§fn default() -> FromToStringCodec
fn default() -> FromToStringCodec
Returns the “default value” for a type. Read more
source§impl PartialEq for FromToStringCodec
impl PartialEq for FromToStringCodec
source§fn eq(&self, other: &FromToStringCodec) -> bool
fn eq(&self, other: &FromToStringCodec) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl<T: FromStr + ToString> StringCodec<T> for FromToStringCodec
impl<T: FromStr + ToString> StringCodec<T> for FromToStringCodec
impl Copy for FromToStringCodec
impl StructuralPartialEq for FromToStringCodec
Auto Trait Implementations§
impl Freeze for FromToStringCodec
impl RefUnwindSafe for FromToStringCodec
impl Send for FromToStringCodec
impl Sync for FromToStringCodec
impl Unpin for FromToStringCodec
impl UnwindSafe for FromToStringCodec
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> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
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 more