pub enum RunSharing {
Shared,
Private,
Locked,
}Variants§
Trait Implementations§
Source§impl Clone for RunSharing
impl Clone for RunSharing
Source§fn clone(&self) -> RunSharing
fn clone(&self) -> RunSharing
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RunSharing
impl Debug for RunSharing
Auto Trait Implementations§
impl Freeze for RunSharing
impl RefUnwindSafe for RunSharing
impl Send for RunSharing
impl Sync for RunSharing
impl Unpin for RunSharing
impl UnwindSafe for RunSharing
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