pub struct EagerPyFunc { /* private fields */ }
Expand description
Builder for the EagerPyFunc
operation.
Implementations§
Source§impl EagerPyFunc
impl EagerPyFunc
Trait Implementations§
Source§impl Debug for EagerPyFunc
impl Debug for EagerPyFunc
Source§impl Default for EagerPyFunc
impl Default for EagerPyFunc
Source§fn default() -> EagerPyFunc
fn default() -> EagerPyFunc
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EagerPyFunc
impl RefUnwindSafe for EagerPyFunc
impl Send for EagerPyFunc
impl Sync for EagerPyFunc
impl Unpin for EagerPyFunc
impl UnwindSafe for EagerPyFunc
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