pub struct BareFunctionType(/* private fields */);
Expand description
The <bare-function-type>
production.
<bare-function-type> ::= <signature type>+
# types are possible return type, then parameter types
Trait Implementations§
Source§impl Clone for BareFunctionType
impl Clone for BareFunctionType
Source§fn clone(&self) -> BareFunctionType
fn clone(&self) -> BareFunctionType
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 moreSource§impl Debug for BareFunctionType
impl Debug for BareFunctionType
Source§impl PartialEq for BareFunctionType
impl PartialEq for BareFunctionType
impl Eq for BareFunctionType
impl StructuralPartialEq for BareFunctionType
Auto Trait Implementations§
impl Freeze for BareFunctionType
impl RefUnwindSafe for BareFunctionType
impl Send for BareFunctionType
impl Sync for BareFunctionType
impl Unpin for BareFunctionType
impl UnwindSafe for BareFunctionType
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