pub struct StopgapExport {
pub module_path: String,
pub export_name: String,
pub function_path: String,
pub kind: String,
}Fields§
§module_path: String§export_name: String§function_path: String§kind: StringTrait Implementations§
Source§impl Clone for StopgapExport
impl Clone for StopgapExport
Source§fn clone(&self) -> StopgapExport
fn clone(&self) -> StopgapExport
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 moreSource§impl Debug for StopgapExport
impl Debug for StopgapExport
Source§impl PartialEq for StopgapExport
impl PartialEq for StopgapExport
Source§impl Serialize for StopgapExport
impl Serialize for StopgapExport
impl Eq for StopgapExport
impl StructuralPartialEq for StopgapExport
Auto Trait Implementations§
impl Freeze for StopgapExport
impl RefUnwindSafe for StopgapExport
impl Send for StopgapExport
impl Sync for StopgapExport
impl Unpin for StopgapExport
impl UnsafeUnpin for StopgapExport
impl UnwindSafe for StopgapExport
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