pub struct EngineMount {
pub prefix: String,
pub engine: Arc<dyn SecretsEngine>,
}Fields§
§prefix: String§engine: Arc<dyn SecretsEngine>Auto Trait Implementations§
impl !RefUnwindSafe for EngineMount
impl !UnwindSafe for EngineMount
impl Freeze for EngineMount
impl Send for EngineMount
impl Sync for EngineMount
impl Unpin for EngineMount
impl UnsafeUnpin for EngineMount
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