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