pub struct BeginLocalIntentInput {
pub resource_key: IntentResourceKey,
pub quantity: u64,
pub ttl_secs: Option<u64>,
pub reservation_limit: Option<u64>,
}Expand description
Complete input for beginning one locally decidable, expirable intent.
Fields§
§resource_key: IntentResourceKey§quantity: u64§ttl_secs: Option<u64>§reservation_limit: Option<u64>Trait Implementations§
Source§impl Clone for BeginLocalIntentInput
impl Clone for BeginLocalIntentInput
Source§fn clone(&self) -> BeginLocalIntentInput
fn clone(&self) -> BeginLocalIntentInput
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 BeginLocalIntentInput
impl Debug for BeginLocalIntentInput
impl Eq for BeginLocalIntentInput
Source§impl PartialEq for BeginLocalIntentInput
impl PartialEq for BeginLocalIntentInput
impl StructuralPartialEq for BeginLocalIntentInput
Auto Trait Implementations§
impl Freeze for BeginLocalIntentInput
impl RefUnwindSafe for BeginLocalIntentInput
impl Send for BeginLocalIntentInput
impl Sync for BeginLocalIntentInput
impl Unpin for BeginLocalIntentInput
impl UnsafeUnpin for BeginLocalIntentInput
impl UnwindSafe for BeginLocalIntentInput
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