pub struct CadShellContract {
pub id: TopologyEntityId,
pub face_ids: Vec<TopologyEntityId>,
pub closed: bool,
}Fields§
§id: TopologyEntityId§face_ids: Vec<TopologyEntityId>§closed: boolTrait Implementations§
Source§impl Clone for CadShellContract
impl Clone for CadShellContract
Source§fn clone(&self) -> CadShellContract
fn clone(&self) -> CadShellContract
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 CadShellContract
impl Debug for CadShellContract
Source§impl<'de> Deserialize<'de> for CadShellContract
impl<'de> Deserialize<'de> for CadShellContract
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CadShellContract
impl PartialEq for CadShellContract
Source§impl Serialize for CadShellContract
impl Serialize for CadShellContract
impl StructuralPartialEq for CadShellContract
Auto Trait Implementations§
impl Freeze for CadShellContract
impl RefUnwindSafe for CadShellContract
impl Send for CadShellContract
impl Sync for CadShellContract
impl Unpin for CadShellContract
impl UnsafeUnpin for CadShellContract
impl UnwindSafe for CadShellContract
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