pub struct get_secret;Trait Implementations
sourceimpl HttpServiceFactory for get_secret
impl HttpServiceFactory for get_secret
Auto Trait Implementations
impl RefUnwindSafe for get_secret
impl Send for get_secret
impl Sync for get_secret
impl Unpin for get_secret
impl UnwindSafe for get_secret
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more