pub struct SimpleLoggingTask {
pub id: String,
}Fields§
§id: StringTrait Implementations§
Source§impl Debug for SimpleLoggingTask
impl Debug for SimpleLoggingTask
Source§impl ReactiveTask for SimpleLoggingTask
impl ReactiveTask for SimpleLoggingTask
Auto Trait Implementations§
impl Freeze for SimpleLoggingTask
impl RefUnwindSafe for SimpleLoggingTask
impl Send for SimpleLoggingTask
impl Sync for SimpleLoggingTask
impl Unpin for SimpleLoggingTask
impl UnwindSafe for SimpleLoggingTask
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