pub struct MethodDesc {
pub pointer_recv: bool,
pub func: Option<FunctionKey>,
}
Fields§
§pointer_recv: bool
§func: Option<FunctionKey>
Trait Implementations§
Source§impl Clone for MethodDesc
impl Clone for MethodDesc
Source§fn clone(&self) -> MethodDesc
fn clone(&self) -> MethodDesc
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 MethodDesc
impl Debug for MethodDesc
impl Copy for MethodDesc
Auto Trait Implementations§
impl Freeze for MethodDesc
impl RefUnwindSafe for MethodDesc
impl Send for MethodDesc
impl Sync for MethodDesc
impl Unpin for MethodDesc
impl UnwindSafe for MethodDesc
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