pub struct UpdateConstructData {
pub construct_did: ConstructDid,
pub action_item_update: ActionItemRequestUpdate,
pub internal_key: String,
}Fields§
§construct_did: ConstructDid§action_item_update: ActionItemRequestUpdate§internal_key: StringTrait Implementations§
Source§impl Clone for UpdateConstructData
impl Clone for UpdateConstructData
Source§fn clone(&self) -> UpdateConstructData
fn clone(&self) -> UpdateConstructData
Returns a duplicate of the value. Read more
1.0.0 · 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 UpdateConstructData
impl Debug for UpdateConstructData
Auto Trait Implementations§
impl Freeze for UpdateConstructData
impl RefUnwindSafe for UpdateConstructData
impl Send for UpdateConstructData
impl Sync for UpdateConstructData
impl Unpin for UpdateConstructData
impl UnwindSafe for UpdateConstructData
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