pub struct GcBoundMethod {
pub receiver: GcRef,
pub method: GcRef,
pub name: String,
}Fields§
§receiver: GcRef§method: GcRef§name: StringTrait Implementations§
Source§impl Clone for GcBoundMethod
impl Clone for GcBoundMethod
Source§fn clone(&self) -> GcBoundMethod
fn clone(&self) -> GcBoundMethod
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 moreSource§impl Debug for GcBoundMethod
impl Debug for GcBoundMethod
impl Eq for GcBoundMethod
Source§impl PartialEq for GcBoundMethod
impl PartialEq for GcBoundMethod
impl StructuralPartialEq for GcBoundMethod
Auto Trait Implementations§
impl Freeze for GcBoundMethod
impl RefUnwindSafe for GcBoundMethod
impl Send for GcBoundMethod
impl Sync for GcBoundMethod
impl Unpin for GcBoundMethod
impl UnsafeUnpin for GcBoundMethod
impl UnwindSafe for GcBoundMethod
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