pub struct RawDriverExtProxy<T: Clone> { /* private fields */ }
Expand description
Adapter RawDriverExt
trait to RawDriver
trait
Implementations§
Source§impl<T: RawDriverExt + Clone> RawDriverExtProxy<T>
impl<T: RawDriverExt + Clone> RawDriverExtProxy<T>
Trait Implementations§
Source§impl<T: Clone + Clone> Clone for RawDriverExtProxy<T>
impl<T: Clone + Clone> Clone for RawDriverExtProxy<T>
Source§fn clone(&self) -> RawDriverExtProxy<T>
fn clone(&self) -> RawDriverExtProxy<T>
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<T: RawDriverExt + Clone> RawDriver for RawDriverExtProxy<T>
impl<T: RawDriverExt + Clone> RawDriver for RawDriverExtProxy<T>
Auto Trait Implementations§
impl<T> Freeze for RawDriverExtProxy<T>where
T: Freeze,
impl<T> RefUnwindSafe for RawDriverExtProxy<T>where
T: RefUnwindSafe,
impl<T> Send for RawDriverExtProxy<T>where
T: Send,
impl<T> Sync for RawDriverExtProxy<T>where
T: Sync,
impl<T> Unpin for RawDriverExtProxy<T>where
T: Unpin,
impl<T> UnwindSafe for RawDriverExtProxy<T>where
T: UnwindSafe,
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