pub struct KeyKeyIdent<'t> {
pub key_ident: KeyIdent<'t>,
}Expand description
Type derived for production 61
Key: KeyIdent;
Fields§
§key_ident: KeyIdent<'t>Trait Implementations§
Source§impl<'t> Clone for KeyKeyIdent<'t>
impl<'t> Clone for KeyKeyIdent<'t>
Source§fn clone(&self) -> KeyKeyIdent<'t>
fn clone(&self) -> KeyKeyIdent<'t>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'t> Debug for KeyKeyIdent<'t>
impl<'t> Debug for KeyKeyIdent<'t>
Auto Trait Implementations§
impl<'t> Freeze for KeyKeyIdent<'t>
impl<'t> RefUnwindSafe for KeyKeyIdent<'t>
impl<'t> Send for KeyKeyIdent<'t>
impl<'t> Sync for KeyKeyIdent<'t>
impl<'t> Unpin for KeyKeyIdent<'t>
impl<'t> UnsafeUnpin for KeyKeyIdent<'t>
impl<'t> UnwindSafe for KeyKeyIdent<'t>
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