Struct btconfig::NodeCredConsumer
source · pub struct NodeCredConsumer;
Expand description
A CredStoreConsumer which gets the node creds from the [CredStore], then returns them
as an Arc<dyn Creds>
.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NodeCredConsumer
impl Send for NodeCredConsumer
impl Sync for NodeCredConsumer
impl Unpin for NodeCredConsumer
impl UnwindSafe for NodeCredConsumer
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