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