pub struct exec_algorithm_id {}
Implementations§
Source§impl exec_algorithm_id
impl exec_algorithm_id
pub fn get() -> ExecAlgorithmId
pub fn default() -> ExecAlgorithmId
Auto Trait Implementations§
impl Freeze for exec_algorithm_id
impl RefUnwindSafe for exec_algorithm_id
impl Send for exec_algorithm_id
impl Sync for exec_algorithm_id
impl Unpin for exec_algorithm_id
impl UnwindSafe for exec_algorithm_id
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