#[repr(C)]pub struct mbWebUrlResponse { /* private fields */ }
Trait Implementations§
Source§impl Clone for mbWebUrlResponse
impl Clone for mbWebUrlResponse
Source§fn clone(&self) -> mbWebUrlResponse
fn clone(&self) -> mbWebUrlResponse
Returns a copy 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 mbWebUrlResponse
impl Debug for mbWebUrlResponse
impl Copy for mbWebUrlResponse
Auto Trait Implementations§
impl Freeze for mbWebUrlResponse
impl RefUnwindSafe for mbWebUrlResponse
impl Send for mbWebUrlResponse
impl Sync for mbWebUrlResponse
impl Unpin for mbWebUrlResponse
impl UnwindSafe for mbWebUrlResponse
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