pub struct ReleasePointerInput {
pub source_id: String,
pub channel: String,
pub epoch: String,
pub previous_epoch: String,
pub previous_document_sha256: String,
pub ref: String,
pub document_sha256: String,
pub generated_at: String,
pub expires_at: String,
pub key_id: String,
}Fields§
§source_id: String§channel: String§epoch: String§previous_epoch: String§previous_document_sha256: String§ref: String§document_sha256: String§generated_at: String§expires_at: String§key_id: StringTrait Implementations§
Source§impl Clone for ReleasePointerInput
impl Clone for ReleasePointerInput
Source§fn clone(&self) -> ReleasePointerInput
fn clone(&self) -> ReleasePointerInput
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 ReleasePointerInput
impl Debug for ReleasePointerInput
impl Eq for ReleasePointerInput
Source§impl PartialEq for ReleasePointerInput
impl PartialEq for ReleasePointerInput
impl StructuralPartialEq for ReleasePointerInput
Auto Trait Implementations§
impl Freeze for ReleasePointerInput
impl RefUnwindSafe for ReleasePointerInput
impl Send for ReleasePointerInput
impl Sync for ReleasePointerInput
impl Unpin for ReleasePointerInput
impl UnsafeUnpin for ReleasePointerInput
impl UnwindSafe for ReleasePointerInput
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