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