pub struct LocalVariableTypeTableAttribute {
pub local_variable_type_table: Vec<LocalVariableTypeEntry>,
}Fields§
§local_variable_type_table: Vec<LocalVariableTypeEntry>Trait Implementations§
Source§impl Clone for LocalVariableTypeTableAttribute
impl Clone for LocalVariableTypeTableAttribute
Source§fn clone(&self) -> LocalVariableTypeTableAttribute
fn clone(&self) -> LocalVariableTypeTableAttribute
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 moreAuto Trait Implementations§
impl Freeze for LocalVariableTypeTableAttribute
impl RefUnwindSafe for LocalVariableTypeTableAttribute
impl Send for LocalVariableTypeTableAttribute
impl Sync for LocalVariableTypeTableAttribute
impl Unpin for LocalVariableTypeTableAttribute
impl UnsafeUnpin for LocalVariableTypeTableAttribute
impl UnwindSafe for LocalVariableTypeTableAttribute
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