#[repr(usize)]pub enum Threading {
SingleThread = 0,
MultiThread = 1,
Serialized = 2,
}
Variants§
Trait Implementations§
impl Copy for Threading
impl Eq for Threading
impl StructuralPartialEq for Threading
Auto Trait Implementations§
impl Freeze for Threading
impl RefUnwindSafe for Threading
impl Send for Threading
impl Sync for Threading
impl Unpin for Threading
impl UnwindSafe for Threading
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