pub struct ConfigHash { /* private fields */ }Expand description
Configuration hash wrapping apr_hash_t (as expected by repository access APIs)
Auto Trait Implementations§
impl Freeze for ConfigHash
impl RefUnwindSafe for ConfigHash
impl !Send for ConfigHash
impl !Sync for ConfigHash
impl Unpin for ConfigHash
impl UnsafeUnpin for ConfigHash
impl UnwindSafe for ConfigHash
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