pub struct NewSubmissionRequest {
pub notifications: Vec<NewSubmissionRequestNotification>,
pub sha256: String,
pub submission_name: String,
}Expand description
Data that you provide when starting a submission to the notary service.
Fields§
§notifications: Vec<NewSubmissionRequestNotification>§sha256: String§submission_name: StringTrait Implementations§
Source§impl Clone for NewSubmissionRequest
impl Clone for NewSubmissionRequest
Source§fn clone(&self) -> NewSubmissionRequest
fn clone(&self) -> NewSubmissionRequest
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 NewSubmissionRequest
impl Debug for NewSubmissionRequest
Auto Trait Implementations§
impl Freeze for NewSubmissionRequest
impl RefUnwindSafe for NewSubmissionRequest
impl Send for NewSubmissionRequest
impl Sync for NewSubmissionRequest
impl Unpin for NewSubmissionRequest
impl UnwindSafe for NewSubmissionRequest
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