pub struct FunctionTypeRef<'a> { /* private fields */ }
Expand description
Borrowed version of FunctionType
.
Implementations§
Trait Implementations§
Source§impl<'a> From<&'a FunctionType> for FunctionTypeRef<'a>
impl<'a> From<&'a FunctionType> for FunctionTypeRef<'a>
Source§fn from(_: &'a FunctionType) -> Self
fn from(_: &'a FunctionType) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<'a> Freeze for FunctionTypeRef<'a>
impl<'a> RefUnwindSafe for FunctionTypeRef<'a>
impl<'a> Send for FunctionTypeRef<'a>
impl<'a> Sync for FunctionTypeRef<'a>
impl<'a> Unpin for FunctionTypeRef<'a>
impl<'a> UnwindSafe for FunctionTypeRef<'a>
Blanket Implementations§
Source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
Source§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
Source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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