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: String
Trait Implementations§
Source§impl Clone for NewSubmissionRequest
impl Clone for NewSubmissionRequest
Source§fn clone(&self) -> NewSubmissionRequest
fn clone(&self) -> NewSubmissionRequest
Returns a copy 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)