pub struct BoundMethodData {
pub receiver: Value,
pub method: Value,
pub name: String,
}Fields§
§receiver: Value§method: Value§name: StringTrait Implementations§
Source§impl Clone for BoundMethodData
impl Clone for BoundMethodData
Source§fn clone(&self) -> BoundMethodData
fn clone(&self) -> BoundMethodData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for BoundMethodData
impl RefUnwindSafe for BoundMethodData
impl Send for BoundMethodData
impl Sync for BoundMethodData
impl Unpin for BoundMethodData
impl UnsafeUnpin for BoundMethodData
impl UnwindSafe for BoundMethodData
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