pub struct URL<'a> { /* private fields */ }
Expand description
URL
Property
Implementations§
Source§impl<'a> URL<'a>
impl<'a> URL<'a>
Sourcepub fn append(&mut self, parameters: Parameters<'a>)
pub fn append(&mut self, parameters: Parameters<'a>)
Adds several parameters at once to the property. For creating
several parameters at once, consult the documentation of
the parameters!
macro.
Trait Implementations§
Source§impl<'a> Ord for URL<'a>
impl<'a> Ord for URL<'a>
Source§impl<'a> PartialOrd for URL<'a>
impl<'a> PartialOrd for URL<'a>
impl<'a> Eq for URL<'a>
impl<'a> StructuralPartialEq for URL<'a>
Auto Trait Implementations§
impl<'a> Freeze for URL<'a>
impl<'a> RefUnwindSafe for URL<'a>
impl<'a> Send for URL<'a>
impl<'a> Sync for URL<'a>
impl<'a> Unpin for URL<'a>
impl<'a> UnwindSafe for URL<'a>
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