Struct flapigen::MethodInfo
source · [−]pub struct MethodInfo<'a> {
pub class_name: &'a str,
pub method_name: &'a str,
pub variant: MethodVariant,
}Fields
class_name: &'a strmethod_name: &'a strvariant: MethodVariantAuto Trait Implementations
impl<'a> RefUnwindSafe for MethodInfo<'a>
impl<'a> Send for MethodInfo<'a>
impl<'a> Sync for MethodInfo<'a>
impl<'a> Unpin for MethodInfo<'a>
impl<'a> UnwindSafe for MethodInfo<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more