pub struct FunctionType<'a>(/* private fields */);
Implementations§
Trait Implementations§
Source§impl<'a> Clone for FunctionType<'a>
impl<'a> Clone for FunctionType<'a>
Source§fn clone(&self) -> FunctionType<'a>
fn clone(&self) -> FunctionType<'a>
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<'a> ExternType for FunctionType<'a>
impl<'a> ExternType for FunctionType<'a>
impl<'a> Copy for FunctionType<'a>
Auto Trait Implementations§
impl<'a> Freeze for FunctionType<'a>
impl<'a> RefUnwindSafe for FunctionType<'a>
impl<'a> Send for FunctionType<'a>
impl<'a> Sync for FunctionType<'a>
impl<'a> Unpin for FunctionType<'a>
impl<'a> UnwindSafe for FunctionType<'a>
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