pub struct SecretVolume {}Expand description
The secret volume.
Implementations§
Source§impl SecretVolume
impl SecretVolume
Trait Implementations§
Source§impl Clone for SecretVolume
impl Clone for SecretVolume
Source§fn clone(&self) -> SecretVolume
fn clone(&self) -> SecretVolume
Returns a duplicate 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 SecretVolume
impl Debug for SecretVolume
Source§impl Default for SecretVolume
impl Default for SecretVolume
Source§fn default() -> SecretVolume
fn default() -> SecretVolume
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SecretVolume
impl<'de> Deserialize<'de> for SecretVolume
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
Source§impl PartialEq for SecretVolume
impl PartialEq for SecretVolume
Source§impl Serialize for SecretVolume
impl Serialize for SecretVolume
impl StructuralPartialEq for SecretVolume
Auto Trait Implementations§
impl Freeze for SecretVolume
impl RefUnwindSafe for SecretVolume
impl Send for SecretVolume
impl Sync for SecretVolume
impl Unpin for SecretVolume
impl UnwindSafe for SecretVolume
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