Struct move_binary_format::views::FieldDefinitionView
source · [−]pub struct FieldDefinitionView<'a, T> { /* private fields */ }
Implementations
sourceimpl<'a, T: ModuleAccess> FieldDefinitionView<'a, T>
impl<'a, T: ModuleAccess> FieldDefinitionView<'a, T>
pub fn new(module: &'a T, field_def: &'a FieldDefinition) -> Self
pub fn name(&self) -> &'a IdentStr
pub fn type_signature(&self) -> TypeSignatureView<'a, T>
pub fn signature_token(&self) -> &'a SignatureToken
pub fn signature_token_view(&self) -> SignatureTokenView<'a, T>
Trait Implementations
sourceimpl<'a, T: ModuleAccess> ViewInternals for FieldDefinitionView<'a, T>
impl<'a, T: ModuleAccess> ViewInternals for FieldDefinitionView<'a, T>
type ModuleType = &'a T
type Inner = &'a FieldDefinition
fn module(&self) -> Self::ModuleType
fn as_inner(&self) -> Self::Inner
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for FieldDefinitionView<'a, T> where
T: RefUnwindSafe,
impl<'a, T> Send for FieldDefinitionView<'a, T> where
T: Sync,
impl<'a, T> Sync for FieldDefinitionView<'a, T> where
T: Sync,
impl<'a, T> Unpin for FieldDefinitionView<'a, T>
impl<'a, T> UnwindSafe for FieldDefinitionView<'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