[][src]Struct mockers::Call

pub struct Call {
    pub method_data: MethodData,
    pub args_ptr: *const u8,
    pub destroy: fn(_: *const u8),
    pub format_args: fn(_: *const u8) -> String,
}

Fields

method_data: MethodDataargs_ptr: *const u8destroy: fn(_: *const u8)format_args: fn(_: *const u8) -> String

Methods

impl Call[src]

pub fn take_args(&mut self) -> *const u8[src]

Trait Implementations

impl Drop for Call[src]

Auto Trait Implementations

impl !Send for Call

impl !Sync for Call

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]