pub struct TypeRefTypeAnnotation { /* private fields */ }Implementations§
Source§impl TypeRefTypeAnnotation
impl TypeRefTypeAnnotation
pub fn get_type_ref(&self) -> TypeRef
Auto Trait Implementations§
impl Freeze for TypeRefTypeAnnotation
impl RefUnwindSafe for TypeRefTypeAnnotation
impl !Send for TypeRefTypeAnnotation
impl !Sync for TypeRefTypeAnnotation
impl Unpin for TypeRefTypeAnnotation
impl UnsafeUnpin for TypeRefTypeAnnotation
impl UnwindSafe for TypeRefTypeAnnotation
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