pub struct TaskUrls {
pub list_tasks: &'static str,
}Fields§
§list_tasks: &'static strTrait Implementations§
Auto Trait Implementations§
impl Freeze for TaskUrls
impl RefUnwindSafe for TaskUrls
impl Send for TaskUrls
impl Sync for TaskUrls
impl Unpin for TaskUrls
impl UnwindSafe for TaskUrls
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