pub struct ImmutableValue { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for ImmutableValue
impl Clone for ImmutableValue
Source§fn clone(&self) -> ImmutableValue
fn clone(&self) -> ImmutableValue
Returns a duplicate 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 ImmutableValue
impl Debug for ImmutableValue
Source§impl PartialEq for ImmutableValue
impl PartialEq for ImmutableValue
impl Send for ImmutableValue
impl StructuralPartialEq for ImmutableValue
impl Sync for ImmutableValue
Auto Trait Implementations§
impl Freeze for ImmutableValue
impl !RefUnwindSafe for ImmutableValue
impl Unpin for ImmutableValue
impl !UnwindSafe for ImmutableValue
Blanket Implementations§
Source§impl<T> AnyExtension for Twhere
T: ?Sized,
impl<T> AnyExtension for Twhere
T: ?Sized,
Source§impl<T> AsAny for Twhere
T: Any,
impl<T> AsAny for Twhere
T: Any,
fn as_any_ref(&self) -> &(dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
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