pub struct InstallSignature {
pub install_id: Option<String>,
pub install_type: Option<String>,
pub install_time: Option<String>,
}Fields§
§install_id: Option<String>§install_type: Option<String>§install_time: Option<String>Trait Implementations§
Source§impl Clone for InstallSignature
impl Clone for InstallSignature
Source§fn clone(&self) -> InstallSignature
fn clone(&self) -> InstallSignature
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 InstallSignature
impl Debug for InstallSignature
Auto Trait Implementations§
impl Freeze for InstallSignature
impl RefUnwindSafe for InstallSignature
impl Send for InstallSignature
impl Sync for InstallSignature
impl Unpin for InstallSignature
impl UnsafeUnpin for InstallSignature
impl UnwindSafe for InstallSignature
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