#[repr(C)]pub struct URLContext {
pub _address: u8,
}
Fields§
§_address: u8
Trait 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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for URLContext
impl Debug for URLContext
Source§impl PartialEq for URLContext
impl PartialEq for URLContext
impl Copy for URLContext
impl Eq for URLContext
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 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