pub struct LocalFunc { /* private fields */ }Expand description
Key脚本内定义的本地函数
Implementations§
Trait Implementations§
impl Send for LocalFunc
Auto Trait Implementations§
impl Freeze for LocalFunc
impl RefUnwindSafe for LocalFunc
impl !Sync for LocalFunc
impl Unpin for LocalFunc
impl UnwindSafe for LocalFunc
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