pub enum ProductOrPresentationSpace {
ProductShapeSpace,
PresentationAreaSpace,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ProductOrPresentationSpace
impl Clone for ProductOrPresentationSpace
Source§fn clone(&self) -> ProductOrPresentationSpace
fn clone(&self) -> ProductOrPresentationSpace
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 moreimpl Copy for ProductOrPresentationSpace
Source§impl Debug for ProductOrPresentationSpace
impl Debug for ProductOrPresentationSpace
impl Eq for ProductOrPresentationSpace
Source§impl PartialEq for ProductOrPresentationSpace
impl PartialEq for ProductOrPresentationSpace
Source§fn eq(&self, other: &ProductOrPresentationSpace) -> bool
fn eq(&self, other: &ProductOrPresentationSpace) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ProductOrPresentationSpace
Auto Trait Implementations§
impl Freeze for ProductOrPresentationSpace
impl RefUnwindSafe for ProductOrPresentationSpace
impl Send for ProductOrPresentationSpace
impl Sync for ProductOrPresentationSpace
impl Unpin for ProductOrPresentationSpace
impl UnsafeUnpin for ProductOrPresentationSpace
impl UnwindSafe for ProductOrPresentationSpace
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