pub struct TestCallOptions {
pub cancelled: bool,
pub deadline_expired: bool,
pub max_output_bytes: u32,
pub max_work_units: u32,
}Fields§
§cancelled: bool§deadline_expired: bool§max_output_bytes: u32§max_work_units: u32Trait Implementations§
Source§impl Clone for TestCallOptions
impl Clone for TestCallOptions
Source§fn clone(&self) -> TestCallOptions
fn clone(&self) -> TestCallOptions
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 moreimpl Copy for TestCallOptions
Source§impl Debug for TestCallOptions
impl Debug for TestCallOptions
Source§impl Default for TestCallOptions
impl Default for TestCallOptions
impl Eq for TestCallOptions
Source§impl PartialEq for TestCallOptions
impl PartialEq for TestCallOptions
impl StructuralPartialEq for TestCallOptions
Auto Trait Implementations§
impl Freeze for TestCallOptions
impl RefUnwindSafe for TestCallOptions
impl Send for TestCallOptions
impl Sync for TestCallOptions
impl Unpin for TestCallOptions
impl UnsafeUnpin for TestCallOptions
impl UnwindSafe for TestCallOptions
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