pub struct LogFunction { /* private fields */ }Expand description
The LOG function.
Implementations§
Trait Implementations§
Source§impl Callable for LogFunction
impl Callable for LogFunction
Auto Trait Implementations§
impl !Send for LogFunction
impl !Sync for LogFunction
impl Freeze for LogFunction
impl RefUnwindSafe for LogFunction
impl Unpin for LogFunction
impl UnsafeUnpin for LogFunction
impl UnwindSafe for LogFunction
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