pub struct DynamicEmpty { /* private fields */ }
Expand description
A reference to a dynamically defined empty type.
Implementations§
Trait Implementations§
Source§impl FromValue for DynamicEmpty
impl FromValue for DynamicEmpty
Source§fn from_value(value: Value) -> Result<Self, RuntimeError>
fn from_value(value: Value) -> Result<Self, RuntimeError>
Try to convert to the given type, from the given value.
Auto Trait Implementations§
impl Freeze for DynamicEmpty
impl RefUnwindSafe for DynamicEmpty
impl Send for DynamicEmpty
impl Sync for DynamicEmpty
impl Unpin for DynamicEmpty
impl UnwindSafe for DynamicEmpty
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