Enum napi_derive_backend::ast::FnSelf
source · pub enum FnSelf {
Value,
Ref,
MutRef,
}
Variants§
Trait Implementations§
source§impl PartialEq for FnSelf
impl PartialEq for FnSelf
impl Eq for FnSelf
impl StructuralEq for FnSelf
impl StructuralPartialEq for FnSelf
Auto Trait Implementations§
impl RefUnwindSafe for FnSelf
impl Send for FnSelf
impl Sync for FnSelf
impl Unpin for FnSelf
impl UnwindSafe for FnSelf
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