pub struct ParameterMapBridge { /* private fields */ }Implementations§
Trait Implementations§
Source§impl ExternType for ParameterMapBridge
impl ExternType for ParameterMapBridge
impl UniquePtrTarget for ParameterMapBridge
Auto Trait Implementations§
impl !Freeze for ParameterMapBridge
impl RefUnwindSafe for ParameterMapBridge
impl !Send for ParameterMapBridge
impl !Sync for ParameterMapBridge
impl !Unpin for ParameterMapBridge
impl UnwindSafe for ParameterMapBridge
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