pub struct ResidentGraphPrepareOptions { /* private fields */ }Expand description
Prelaunch options for a resident transaction.
Implementations§
Source§impl ResidentGraphPrepareOptions
impl ResidentGraphPrepareOptions
Sourcepub fn with_test_device_status(
self,
injection: ResidentGraphDeviceStatusTestInjection,
) -> Self
pub fn with_test_device_status( self, injection: ResidentGraphDeviceStatusTestInjection, ) -> Self
Adds a device-written test status without permitting host injection.
Trait Implementations§
Source§impl Clone for ResidentGraphPrepareOptions
impl Clone for ResidentGraphPrepareOptions
Source§fn clone(&self) -> ResidentGraphPrepareOptions
fn clone(&self) -> ResidentGraphPrepareOptions
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 ResidentGraphPrepareOptions
impl Debug for ResidentGraphPrepareOptions
Source§impl Default for ResidentGraphPrepareOptions
impl Default for ResidentGraphPrepareOptions
Source§fn default() -> ResidentGraphPrepareOptions
fn default() -> ResidentGraphPrepareOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ResidentGraphPrepareOptions
impl RefUnwindSafe for ResidentGraphPrepareOptions
impl Send for ResidentGraphPrepareOptions
impl Sync for ResidentGraphPrepareOptions
impl Unpin for ResidentGraphPrepareOptions
impl UnsafeUnpin for ResidentGraphPrepareOptions
impl UnwindSafe for ResidentGraphPrepareOptions
Blanket Implementations§
impl<T> Allocation for T
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