pub struct UsrCfg {
pub hash_key: [u8; 32],
}Expand description
§Persisted User Config
Fields§
§hash_key: [u8; 32]Auto Trait Implementations§
impl Freeze for UsrCfg
impl RefUnwindSafe for UsrCfg
impl Send for UsrCfg
impl Sync for UsrCfg
impl Unpin for UsrCfg
impl UnwindSafe for UsrCfg
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