pub struct KeyIdentNull<'t> {
pub null: Null<'t>,
}Expand description
Type derived for production 88
KeyIdent: Null;
Fields§
§null: Null<'t>Trait Implementations§
Source§impl<'t> Clone for KeyIdentNull<'t>
impl<'t> Clone for KeyIdentNull<'t>
Source§fn clone(&self) -> KeyIdentNull<'t>
fn clone(&self) -> KeyIdentNull<'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 KeyIdentNull<'t>
impl<'t> Debug for KeyIdentNull<'t>
Auto Trait Implementations§
impl<'t> Freeze for KeyIdentNull<'t>
impl<'t> RefUnwindSafe for KeyIdentNull<'t>
impl<'t> Send for KeyIdentNull<'t>
impl<'t> Sync for KeyIdentNull<'t>
impl<'t> Unpin for KeyIdentNull<'t>
impl<'t> UnsafeUnpin for KeyIdentNull<'t>
impl<'t> UnwindSafe for KeyIdentNull<'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