pub struct ObjBoundMethod {
pub method: usize,
pub pointer: usize,
}
Fields§
§method: usize
§pointer: usize
Trait Implementations§
Source§impl Clone for ObjBoundMethod
impl Clone for ObjBoundMethod
Source§fn clone(&self) -> ObjBoundMethod
fn clone(&self) -> ObjBoundMethod
Returns a duplicate 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 ObjBoundMethod
impl Debug for ObjBoundMethod
Source§impl<'de> Deserialize<'de> for ObjBoundMethod
impl<'de> Deserialize<'de> for ObjBoundMethod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for ObjBoundMethod
impl Hash for ObjBoundMethod
Source§impl Ord for ObjBoundMethod
impl Ord for ObjBoundMethod
Source§fn cmp(&self, other: &ObjBoundMethod) -> Ordering
fn cmp(&self, other: &ObjBoundMethod) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ObjBoundMethod
impl PartialEq for ObjBoundMethod
Source§impl PartialOrd for ObjBoundMethod
impl PartialOrd for ObjBoundMethod
Source§impl Serialize for ObjBoundMethod
impl Serialize for ObjBoundMethod
impl Copy for ObjBoundMethod
impl Eq for ObjBoundMethod
impl StructuralPartialEq for ObjBoundMethod
Auto Trait Implementations§
impl Freeze for ObjBoundMethod
impl RefUnwindSafe for ObjBoundMethod
impl Send for ObjBoundMethod
impl Sync for ObjBoundMethod
impl Unpin for ObjBoundMethod
impl UnwindSafe for ObjBoundMethod
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