pub struct AnyValue(/* private fields */);Implementations§
Trait Implementations§
Source§impl AnyValueTrait for AnyValue
impl AnyValueTrait for AnyValue
Source§impl AsAnyValue for AnyValue
impl AsAnyValue for AnyValue
fn as_any_value(&self) -> AnyValue
Auto Trait Implementations§
impl Freeze for AnyValue
impl !RefUnwindSafe for AnyValue
impl Send for AnyValue
impl Sync for AnyValue
impl Unpin for AnyValue
impl !UnwindSafe for AnyValue
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