pub struct BootstrapMethod<'input> { /* private fields */ }Implementations§
Source§impl<'input> BootstrapMethod<'input>
impl<'input> BootstrapMethod<'input>
pub fn method_ref(&self) -> Index<MethodHandle<'input>>
pub fn arguments(&self) -> DecodeMany<'input, Index<Item<'input>>, u16>
Trait Implementations§
Source§impl<'input> Clone for BootstrapMethod<'input>
impl<'input> Clone for BootstrapMethod<'input>
Source§fn clone(&self) -> BootstrapMethod<'input>
fn clone(&self) -> BootstrapMethod<'input>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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<'input> Freeze for BootstrapMethod<'input>
impl<'input> RefUnwindSafe for BootstrapMethod<'input>
impl<'input> Send for BootstrapMethod<'input>
impl<'input> Sync for BootstrapMethod<'input>
impl<'input> Unpin for BootstrapMethod<'input>
impl<'input> UnsafeUnpin for BootstrapMethod<'input>
impl<'input> UnwindSafe for BootstrapMethod<'input>
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