pub struct get_secret;
Trait Implementations§
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§
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