#[repr(C)]pub struct URLContext {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for URLContext
impl Clone for URLContext
Source§fn clone(&self) -> URLContext
fn clone(&self) -> URLContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for URLContext
Source§impl Debug for URLContext
impl Debug for URLContext
impl Eq for URLContext
Source§impl PartialEq for URLContext
impl PartialEq for URLContext
Source§fn eq(&self, other: &URLContext) -> bool
fn eq(&self, other: &URLContext) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for URLContext
Auto Trait Implementations§
impl Freeze for URLContext
impl RefUnwindSafe for URLContext
impl Send for URLContext
impl Sync for URLContext
impl Unpin for URLContext
impl UnsafeUnpin for URLContext
impl UnwindSafe for URLContext
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