pub struct VaultService { /* private fields */ }Expand description
Operations on the Vault resource.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for VaultService
impl !UnwindSafe for VaultService
impl Freeze for VaultService
impl Send for VaultService
impl Sync for VaultService
impl Unpin for VaultService
impl UnsafeUnpin for VaultService
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