pub struct CustomArchitectureHandle<A>{ /* private fields */ }
Trait Implementations§
source§impl<A> Borrow<A> for CustomArchitectureHandle<A>
impl<A> Borrow<A> for CustomArchitectureHandle<A>
source§impl<A> Clone for CustomArchitectureHandle<A>
impl<A> Clone for CustomArchitectureHandle<A>
impl<A> Copy for CustomArchitectureHandle<A>
impl<A> Send for CustomArchitectureHandle<A>
impl<A> Sync for CustomArchitectureHandle<A>
Auto Trait Implementations§
impl<A> RefUnwindSafe for CustomArchitectureHandle<A>where
A: RefUnwindSafe,
impl<A> Unpin for CustomArchitectureHandle<A>
impl<A> UnwindSafe for CustomArchitectureHandle<A>where
A: RefUnwindSafe,
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