pub enum ProjectionEffect {
None,
Start,
Abort,
LabelsCommitted,
}Variants§
Trait Implementations§
Source§impl Clone for ProjectionEffect
impl Clone for ProjectionEffect
Source§fn clone(&self) -> ProjectionEffect
fn clone(&self) -> ProjectionEffect
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 ProjectionEffect
Source§impl Debug for ProjectionEffect
impl Debug for ProjectionEffect
impl Eq for ProjectionEffect
Source§impl PartialEq for ProjectionEffect
impl PartialEq for ProjectionEffect
impl StructuralPartialEq for ProjectionEffect
Auto Trait Implementations§
impl Freeze for ProjectionEffect
impl RefUnwindSafe for ProjectionEffect
impl Send for ProjectionEffect
impl Sync for ProjectionEffect
impl Unpin for ProjectionEffect
impl UnsafeUnpin for ProjectionEffect
impl UnwindSafe for ProjectionEffect
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