pub enum FnAttr {
PointerType(PointerType),
PropGet,
PropPut,
PropPutRef,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FnAttr
impl RefUnwindSafe for FnAttr
impl Send for FnAttr
impl Sync for FnAttr
impl Unpin for FnAttr
impl UnwindSafe for FnAttr
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