pub struct MultiValueKeyMaker {
pub cxxp: UniquePtr<MultiValueKeyMaker>,
}
Fields§
§cxxp: UniquePtr<MultiValueKeyMaker>
Implementations§
Auto Trait Implementations§
impl Freeze for MultiValueKeyMaker
impl RefUnwindSafe for MultiValueKeyMaker
impl !Send for MultiValueKeyMaker
impl !Sync for MultiValueKeyMaker
impl Unpin for MultiValueKeyMaker
impl UnwindSafe for MultiValueKeyMaker
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