pub struct TypeParamType<'a>(/* private fields */);
Implementations§
Source§impl<'a> TypeParamType<'a>
impl<'a> TypeParamType<'a>
pub fn name(&self) -> StringView<'a>
Trait Implementations§
Source§impl<'a> Clone for TypeParamType<'a>
impl<'a> Clone for TypeParamType<'a>
Source§fn clone(&self) -> TypeParamType<'a>
fn clone(&self) -> TypeParamType<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for TypeParamType<'static>
impl Default for TypeParamType<'static>
Source§impl<'a> ExternType for TypeParamType<'a>
impl<'a> ExternType for TypeParamType<'a>
impl<'a> Copy for TypeParamType<'a>
Auto Trait Implementations§
impl<'a> Freeze for TypeParamType<'a>
impl<'a> RefUnwindSafe for TypeParamType<'a>
impl<'a> Send for TypeParamType<'a>
impl<'a> Sync for TypeParamType<'a>
impl<'a> Unpin for TypeParamType<'a>
impl<'a> UnwindSafe for TypeParamType<'a>
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