pub struct InputShapeTypeDescriptor {
pub id: Uuid,
pub elements: Vec<ShapeElement>,
}Fields
id: Uuidelements: Vec<ShapeElement>Trait Implementations
sourceimpl Clone for InputShapeTypeDescriptor
impl Clone for InputShapeTypeDescriptor
sourcefn clone(&self) -> InputShapeTypeDescriptor
fn clone(&self) -> InputShapeTypeDescriptor
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for InputShapeTypeDescriptor
impl Debug for InputShapeTypeDescriptor
sourceimpl PartialEq<InputShapeTypeDescriptor> for InputShapeTypeDescriptor
impl PartialEq<InputShapeTypeDescriptor> for InputShapeTypeDescriptor
sourcefn eq(&self, other: &InputShapeTypeDescriptor) -> bool
fn eq(&self, other: &InputShapeTypeDescriptor) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &InputShapeTypeDescriptor) -> bool
fn ne(&self, other: &InputShapeTypeDescriptor) -> bool
This method tests for !=.
impl Eq for InputShapeTypeDescriptor
impl StructuralEq for InputShapeTypeDescriptor
impl StructuralPartialEq for InputShapeTypeDescriptor
Auto Trait Implementations
impl RefUnwindSafe for InputShapeTypeDescriptor
impl Send for InputShapeTypeDescriptor
impl Sync for InputShapeTypeDescriptor
impl Unpin for InputShapeTypeDescriptor
impl UnwindSafe for InputShapeTypeDescriptor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more