pub struct ModuleShape { /* private fields */ }Trait Implementations§
Source§impl Clone for ModuleShape
impl Clone for ModuleShape
Source§fn clone(&self) -> ModuleShape
fn clone(&self) -> ModuleShape
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 moreSource§impl Debug for ModuleShape
impl Debug for ModuleShape
Source§impl PartialEq for ModuleShape
impl PartialEq for ModuleShape
Source§fn eq(&self, other: &ModuleShape) -> bool
fn eq(&self, other: &ModuleShape) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ModuleShape
Auto Trait Implementations§
impl !Send for ModuleShape
impl !Sync for ModuleShape
impl Freeze for ModuleShape
impl RefUnwindSafe for ModuleShape
impl Unpin for ModuleShape
impl UnsafeUnpin for ModuleShape
impl UnwindSafe for ModuleShape
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