Struct move_binary_format::views::TypeSignatureView
source · [−]pub struct TypeSignatureView<'a, T> { /* private fields */ }
Implementations
sourceimpl<'a, T: ModuleAccess> TypeSignatureView<'a, T>
impl<'a, T: ModuleAccess> TypeSignatureView<'a, T>
pub fn new(module: &'a T, type_signature: &'a TypeSignature) -> Self
pub fn token(&self) -> SignatureTokenView<'a, T>
Trait Implementations
sourceimpl<'a, T: ModuleAccess> ViewInternals for TypeSignatureView<'a, T>
impl<'a, T: ModuleAccess> ViewInternals for TypeSignatureView<'a, T>
type ModuleType = &'a T
type Inner = &'a TypeSignature
fn module(&self) -> Self::ModuleType
fn as_inner(&self) -> Self::Inner
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for TypeSignatureView<'a, T> where
T: RefUnwindSafe,
impl<'a, T> Send for TypeSignatureView<'a, T> where
T: Sync,
impl<'a, T> Sync for TypeSignatureView<'a, T> where
T: Sync,
impl<'a, T> Unpin for TypeSignatureView<'a, T>
impl<'a, T> UnwindSafe for TypeSignatureView<'a, T> where
T: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more