Struct xmpp_parsers::http_upload::Get
source · pub struct Get {
pub url: String,
}
Expand description
Get URL
Fields§
§url: String
URL
Trait Implementations§
impl StructuralPartialEq for Get
Auto Trait Implementations§
impl RefUnwindSafe for Get
impl Send for Get
impl Sync for Get
impl Unpin for Get
impl UnwindSafe for Get
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