pub struct CanicInternalCallOptions { /* private fields */ }Expand description
CanicInternalCallOptions
Transport options shared by generated protected internal clients.
Implementations§
Source§impl CanicInternalCallOptions
impl CanicInternalCallOptions
pub const fn new() -> Self
pub const fn with_bounded_wait(self) -> Self
pub const fn with_unbounded_wait(self) -> Self
pub const fn with_cycles(self, cycles: u128) -> Self
pub const fn with_proof_ttl_secs(self, ttl_secs: u64) -> Self
Trait Implementations§
Source§impl Clone for CanicInternalCallOptions
impl Clone for CanicInternalCallOptions
Source§fn clone(&self) -> CanicInternalCallOptions
fn clone(&self) -> CanicInternalCallOptions
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 CanicInternalCallOptions
impl Debug for CanicInternalCallOptions
Source§impl Default for CanicInternalCallOptions
impl Default for CanicInternalCallOptions
Source§impl PartialEq for CanicInternalCallOptions
impl PartialEq for CanicInternalCallOptions
Source§fn eq(&self, other: &CanicInternalCallOptions) -> bool
fn eq(&self, other: &CanicInternalCallOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CanicInternalCallOptions
impl Eq for CanicInternalCallOptions
impl StructuralPartialEq for CanicInternalCallOptions
Auto Trait Implementations§
impl Freeze for CanicInternalCallOptions
impl RefUnwindSafe for CanicInternalCallOptions
impl Send for CanicInternalCallOptions
impl Sync for CanicInternalCallOptions
impl Unpin for CanicInternalCallOptions
impl UnsafeUnpin for CanicInternalCallOptions
impl UnwindSafe for CanicInternalCallOptions
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