pub struct BootstrapMethodsAttribute {
pub num_bootstrap_methods: u16,
pub bootstrap_methods: Vec<BootstrapMethod>,
}
Fields§
§num_bootstrap_methods: u16
§bootstrap_methods: Vec<BootstrapMethod>
Trait Implementations§
Source§impl Clone for BootstrapMethodsAttribute
impl Clone for BootstrapMethodsAttribute
Source§fn clone(&self) -> BootstrapMethodsAttribute
fn clone(&self) -> BootstrapMethodsAttribute
Returns a copy 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 BootstrapMethodsAttribute
impl RefUnwindSafe for BootstrapMethodsAttribute
impl Send for BootstrapMethodsAttribute
impl Sync for BootstrapMethodsAttribute
impl Unpin for BootstrapMethodsAttribute
impl UnwindSafe for BootstrapMethodsAttribute
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