pub struct ExternalFunc {
pub source_name: String,
pub alias: Option<String>,
}Fields§
§source_name: String§alias: Option<String>Trait Implementations§
Source§impl Clone for ExternalFunc
impl Clone for ExternalFunc
Source§fn clone(&self) -> ExternalFunc
fn clone(&self) -> ExternalFunc
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 Freeze for ExternalFunc
impl RefUnwindSafe for ExternalFunc
impl Send for ExternalFunc
impl Sync for ExternalFunc
impl Unpin for ExternalFunc
impl UnsafeUnpin for ExternalFunc
impl UnwindSafe for ExternalFunc
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