pub struct SnsRunningVersionResponse {
pub deployed_version: Option<SnsVersion>,
pub pending_version: Option<SnsPendingUpgrade>,
}Expand description
SnsRunningVersionResponse
Complete native Governance running-version response retained for bracketing.
Fields§
§deployed_version: Option<SnsVersion>Currently deployed six-role version when Governance supplied it.
pending_version: Option<SnsPendingUpgrade>Pending Governance upgrade state when present.
Trait Implementations§
Source§impl Clone for SnsRunningVersionResponse
impl Clone for SnsRunningVersionResponse
Source§fn clone(&self) -> SnsRunningVersionResponse
fn clone(&self) -> SnsRunningVersionResponse
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 SnsRunningVersionResponse
impl Debug for SnsRunningVersionResponse
Source§impl<'de> Deserialize<'de> for SnsRunningVersionResponse
impl<'de> Deserialize<'de> for SnsRunningVersionResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for SnsRunningVersionResponse
impl StructuralPartialEq for SnsRunningVersionResponse
Auto Trait Implementations§
impl Freeze for SnsRunningVersionResponse
impl RefUnwindSafe for SnsRunningVersionResponse
impl Send for SnsRunningVersionResponse
impl Sync for SnsRunningVersionResponse
impl Unpin for SnsRunningVersionResponse
impl UnsafeUnpin for SnsRunningVersionResponse
impl UnwindSafe for SnsRunningVersionResponse
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