pub struct ShapeEnv { /* private fields */ }Expand description
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShapeEnv
impl RefUnwindSafe for ShapeEnv
impl Send for ShapeEnv
impl Sync for ShapeEnv
impl Unpin for ShapeEnv
impl UnsafeUnpin for ShapeEnv
impl UnwindSafe for ShapeEnv
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