pub enum ConcreteComposition {
Plain,
Rc,
Src,
}Expand description
コンクリート系構造の区分(γC/γRC/γSRC の列に対応)。
Variants§
Trait Implementations§
Source§impl Clone for ConcreteComposition
impl Clone for ConcreteComposition
Source§fn clone(&self) -> ConcreteComposition
fn clone(&self) -> ConcreteComposition
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 ConcreteComposition
Source§impl Debug for ConcreteComposition
impl Debug for ConcreteComposition
Source§impl Default for ConcreteComposition
impl Default for ConcreteComposition
Source§fn default() -> ConcreteComposition
fn default() -> ConcreteComposition
Returns the “default value” for a type. Read more
impl Eq for ConcreteComposition
Source§impl PartialEq for ConcreteComposition
impl PartialEq for ConcreteComposition
Source§fn eq(&self, other: &ConcreteComposition) -> bool
fn eq(&self, other: &ConcreteComposition) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ConcreteComposition
Auto Trait Implementations§
impl Freeze for ConcreteComposition
impl RefUnwindSafe for ConcreteComposition
impl Send for ConcreteComposition
impl Sync for ConcreteComposition
impl Unpin for ConcreteComposition
impl UnsafeUnpin for ConcreteComposition
impl UnwindSafe for ConcreteComposition
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