pub struct SecretBundleContent {
pub content: String,
pub content_type: String,
pub stage: Option<String>,
pub name: Option<String>,
}Fields§
§content: String§content_type: String§stage: Option<String>§name: Option<String>Implementations§
Source§impl SecretBundleContent
impl SecretBundleContent
pub fn decoded_bytes(&self) -> Result<Vec<u8>>
pub fn decoded_string(&self) -> Result<String>
Trait Implementations§
Source§impl Clone for SecretBundleContent
impl Clone for SecretBundleContent
Source§fn clone(&self) -> SecretBundleContent
fn clone(&self) -> SecretBundleContent
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 SecretBundleContent
impl Debug for SecretBundleContent
Source§impl<'de> Deserialize<'de> for SecretBundleContent
impl<'de> Deserialize<'de> for SecretBundleContent
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
Auto Trait Implementations§
impl Freeze for SecretBundleContent
impl RefUnwindSafe for SecretBundleContent
impl Send for SecretBundleContent
impl Sync for SecretBundleContent
impl Unpin for SecretBundleContent
impl UnsafeUnpin for SecretBundleContent
impl UnwindSafe for SecretBundleContent
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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