pub struct ClosedShell {
pub name: String,
pub cfs_faces: Vec<FaceRef>,
}Fields§
§name: String§cfs_faces: Vec<FaceRef>Trait Implementations§
Source§impl Clone for ClosedShell
impl Clone for ClosedShell
Source§fn clone(&self) -> ClosedShell
fn clone(&self) -> ClosedShell
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 ClosedShell
impl Debug for ClosedShell
Source§impl PartialEq for ClosedShell
impl PartialEq for ClosedShell
Source§fn eq(&self, other: &ClosedShell) -> bool
fn eq(&self, other: &ClosedShell) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClosedShell
Auto Trait Implementations§
impl Freeze for ClosedShell
impl RefUnwindSafe for ClosedShell
impl Send for ClosedShell
impl Sync for ClosedShell
impl Unpin for ClosedShell
impl UnsafeUnpin for ClosedShell
impl UnwindSafe for ClosedShell
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