pub struct Itch {
pub username: String,
pub url: String,
}
Fields§
§username: String
§url: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Itch
impl RefUnwindSafe for Itch
impl Send for Itch
impl Sync for Itch
impl Unpin for Itch
impl UnwindSafe for Itch
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