pub struct CraneliftFunction {
pub func: Function,
}Fields§
§func: FunctionTrait Implementations§
Source§impl Clone for CraneliftFunction
impl Clone for CraneliftFunction
Auto Trait Implementations§
impl Freeze for CraneliftFunction
impl RefUnwindSafe for CraneliftFunction
impl Send for CraneliftFunction
impl Sync for CraneliftFunction
impl Unpin for CraneliftFunction
impl UnsafeUnpin for CraneliftFunction
impl UnwindSafe for CraneliftFunction
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