pub struct KeyParts<Tag> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Tag> !Send for KeyParts<Tag>
impl<Tag> !Sync for KeyParts<Tag>
impl<Tag> Freeze for KeyParts<Tag>
impl<Tag> RefUnwindSafe for KeyParts<Tag>where
Tag: RefUnwindSafe,
impl<Tag> Unpin for KeyParts<Tag>
impl<Tag> UnsafeUnpin for KeyParts<Tag>
impl<Tag> UnwindSafe for KeyParts<Tag>where
Tag: 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