pub struct UnsupportedKeySubdetail {}Trait Implementations§
Source§impl Debug for UnsupportedKeySubdetail
impl Debug for UnsupportedKeySubdetail
Auto Trait Implementations§
impl Freeze for UnsupportedKeySubdetail
impl RefUnwindSafe for UnsupportedKeySubdetail
impl Send for UnsupportedKeySubdetail
impl Sync for UnsupportedKeySubdetail
impl Unpin for UnsupportedKeySubdetail
impl UnwindSafe for UnsupportedKeySubdetail
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