pub struct VaultClientInfo {
pub name: String,
pub version: String,
pub vault_type: VaultType,
pub read_only: bool,
}
Expand description
Vault client information
Fields§
§name: String
§version: String
§vault_type: VaultType
§read_only: bool
Trait Implementations§
Source§impl Clone for VaultClientInfo
impl Clone for VaultClientInfo
Source§fn clone(&self) -> VaultClientInfo
fn clone(&self) -> VaultClientInfo
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 moreAuto Trait Implementations§
impl Freeze for VaultClientInfo
impl RefUnwindSafe for VaultClientInfo
impl Send for VaultClientInfo
impl Sync for VaultClientInfo
impl Unpin for VaultClientInfo
impl UnwindSafe for VaultClientInfo
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