Enum botan_sys::botan_hotp_struct
source · pub enum botan_hotp_struct {}
Auto Trait Implementations§
impl Freeze for botan_hotp_struct
impl RefUnwindSafe for botan_hotp_struct
impl Send for botan_hotp_struct
impl Sync for botan_hotp_struct
impl Unpin for botan_hotp_struct
impl UnwindSafe for botan_hotp_struct
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