Enum savvy_bindgen::SavvyFnType
source · pub enum SavvyFnType {
BareFunction,
Constructor(Type),
Method(Type),
AssociatedFunction(Type),
}Variants§
Auto Trait Implementations§
impl RefUnwindSafe for SavvyFnType
impl !Send for SavvyFnType
impl !Sync for SavvyFnType
impl Unpin for SavvyFnType
impl UnwindSafe for SavvyFnType
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