#[repr(C)]pub struct URL {
reflector_: Reflector,
url: DomRefCell<ServoUrl>,
search_params: MutNullableDom<URLSearchParams>,
}
Fields§
§reflector_: Reflector
§url: DomRefCell<ServoUrl>
§search_params: MutNullableDom<URLSearchParams>
Implementations§
source§impl URL
impl URL
fn __assert_parent_type(&self)
source§impl URL
impl URL
fn new_inherited(url: ServoUrl) -> URL
fn new(
global: &GlobalScope,
proto: Option<HandleObject<'_>>,
url: ServoUrl
) -> Root<Dom<URL>>
pub fn query_pairs(&self) -> Vec<(String, String)> ⓘ
pub fn set_query_pairs(&self, pairs: &[(String, String)])
source§impl URL
impl URL
pub fn Constructor(
global: &GlobalScope,
proto: Option<HandleObject<'_>>,
url: USVString,
base: Option<USVString>
) -> Result<Root<Dom<URL>>, Error>
pub fn CanParse(
_global: &GlobalScope,
url: USVString,
base: Option<USVString>
) -> bool
pub fn CreateObjectURL(global: &GlobalScope, blob: &Blob) -> DOMString
pub fn RevokeObjectURL(global: &GlobalScope, url: DOMString)
fn unicode_serialization_blob_url(origin: &str, id: &Uuid) -> String
Trait Implementations§
source§impl DomObjectWrap for URL
impl DomObjectWrap for URL
source§const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Option<HandleObject<'_>>, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::URLBinding::URLBinding::Wrap as for<'a, 'b> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::option::Option<js::rust::Handle<'b, *mut js::jsapi::JSObject>>, std::boxed::Box<dom::url::URL>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::url::URL>>}
const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Option<HandleObject<'_>>, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::URLBinding::URLBinding::Wrap as for<'a, 'b> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::option::Option<js::rust::Handle<'b, *mut js::jsapi::JSObject>>, std::boxed::Box<dom::url::URL>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::url::URL>>}
Function pointer to the general wrap function type
source§impl IDLInterface for URL
impl IDLInterface for URL
source§impl MallocSizeOf for URL
impl MallocSizeOf for URL
source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.
source§impl MutDomObject for URL
impl MutDomObject for URL
source§unsafe fn init_reflector(&self, obj: *mut JSObject)
unsafe fn init_reflector(&self, obj: *mut JSObject)
Initializes the Reflector
source§impl ToJSValConvertible for URL
impl ToJSValConvertible for URL
source§impl URLMethods for URL
impl URLMethods for URL
fn Hash(&self) -> USVString
fn SetHash(&self, value: USVString)
fn Host(&self) -> USVString
fn SetHost(&self, value: USVString)
fn Hostname(&self) -> USVString
fn SetHostname(&self, value: USVString)
fn Href(&self) -> USVString
fn SetHref(&self, value: USVString) -> Result<(), Error>
fn Password(&self) -> USVString
fn SetPassword(&self, value: USVString)
fn Pathname(&self) -> USVString
fn SetPathname(&self, value: USVString)
fn Port(&self) -> USVString
fn SetPort(&self, value: USVString)
fn Protocol(&self) -> USVString
fn SetProtocol(&self, value: USVString)
fn Origin(&self) -> USVString
fn Search(&self) -> USVString
fn SetSearch(&self, value: USVString)
fn SearchParams(&self) -> Root<Dom<URLSearchParams>>
fn Username(&self) -> USVString
fn SetUsername(&self, value: USVString)
fn ToJSON(&self) -> USVString
Auto Trait Implementations§
impl !RefUnwindSafe for URL
impl !Send for URL
impl !Sync for URL
impl Unpin for URL
impl !UnwindSafe for URL
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> MaybeBoxed<Box<T, Global>> for T
impl<T> MaybeBoxed<Box<T, Global>> for T
source§fn maybe_boxed(self) -> Box<T, Global>
fn maybe_boxed(self) -> Box<T, Global>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert