pub struct DynamicStruct { /* private fields */ }
Expand description
A reference to a dynamically defined struct.
Implementations§
Trait Implementations§
Source§impl FromValue for DynamicStruct
impl FromValue for DynamicStruct
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 DynamicStruct
impl !RefUnwindSafe for DynamicStruct
impl !Send for DynamicStruct
impl !Sync for DynamicStruct
impl Unpin for DynamicStruct
impl !UnwindSafe for DynamicStruct
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