pub struct NativeCallPolicy {
pub allow_async: bool,
pub replay_safe: bool,
pub concurrency_class: Option<String>,
}Fields§
§allow_async: bool§replay_safe: bool§concurrency_class: Option<String>Trait Implementations§
Source§impl Clone for NativeCallPolicy
impl Clone for NativeCallPolicy
Source§fn clone(&self) -> NativeCallPolicy
fn clone(&self) -> NativeCallPolicy
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 NativeCallPolicy
impl RefUnwindSafe for NativeCallPolicy
impl Send for NativeCallPolicy
impl Sync for NativeCallPolicy
impl Unpin for NativeCallPolicy
impl UnsafeUnpin for NativeCallPolicy
impl UnwindSafe for NativeCallPolicy
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