pub struct ReadConstruction {
pub constructor: ReadConstructorRef,
pub args_shape: ShapeRef,
}Expand description
Checked read-construct metadata.
Fields§
§constructor: ReadConstructorRef§args_shape: ShapeRefTrait Implementations§
Source§impl Clone for ReadConstruction
impl Clone for ReadConstruction
Source§fn clone(&self) -> ReadConstruction
fn clone(&self) -> ReadConstruction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for ReadConstruction
impl !UnwindSafe for ReadConstruction
impl Freeze for ReadConstruction
impl Send for ReadConstruction
impl Sync for ReadConstruction
impl Unpin for ReadConstruction
impl UnsafeUnpin for ReadConstruction
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