pub struct UpdateCommitmentRequest {
pub promise: Option<Promise>,
pub due: Option<Option<Timestamp>>,
pub goal: Option<Option<GoalId>>,
}Fields§
§promise: Option<Promise>§due: Option<Option<Timestamp>>§goal: Option<Option<GoalId>>Trait Implementations§
Source§impl Clone for UpdateCommitmentRequest
impl Clone for UpdateCommitmentRequest
Source§fn clone(&self) -> UpdateCommitmentRequest
fn clone(&self) -> UpdateCommitmentRequest
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 UpdateCommitmentRequest
impl Debug for UpdateCommitmentRequest
Source§impl Default for UpdateCommitmentRequest
impl Default for UpdateCommitmentRequest
Source§fn default() -> UpdateCommitmentRequest
fn default() -> UpdateCommitmentRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UpdateCommitmentRequest
impl RefUnwindSafe for UpdateCommitmentRequest
impl Send for UpdateCommitmentRequest
impl Sync for UpdateCommitmentRequest
impl Unpin for UpdateCommitmentRequest
impl UnsafeUnpin for UpdateCommitmentRequest
impl UnwindSafe for UpdateCommitmentRequest
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