pub(crate) struct BootstrapInfo {
pub(crate) handle: u64,
pub(crate) label: String,
}Fields§
§handle: u64§label: StringAuto Trait Implementations§
impl Freeze for BootstrapInfo
impl RefUnwindSafe for BootstrapInfo
impl Send for BootstrapInfo
impl Sync for BootstrapInfo
impl Unpin for BootstrapInfo
impl UnsafeUnpin for BootstrapInfo
impl UnwindSafe for BootstrapInfo
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