pub struct Key { /* private fields */ }Expand description
Opaque Key is a representation of a key.
It is owned, and largely forms a contract for key to follow.
Implementations§
Trait Implementations§
Source§impl<'a> FromIterator<&'a String> for Key
impl<'a> FromIterator<&'a String> for Key
Source§impl<'a> FromIterator<&'a char> for Key
impl<'a> FromIterator<&'a char> for Key
Source§impl<'a> FromIterator<&'a str> for Key
impl<'a> FromIterator<&'a str> for Key
Source§impl FromIterator<String> for Key
impl FromIterator<String> for Key
Source§impl FromIterator<char> for Key
impl FromIterator<char> for Key
impl Eq for Key
Auto Trait Implementations§
impl Freeze for Key
impl RefUnwindSafe for Key
impl Send for Key
impl Sync for Key
impl Unpin for Key
impl UnwindSafe for Key
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