Struct tendermint_light_client::errors::NoPrimarySubdetail
source · [−]pub struct NoPrimarySubdetail {}Trait Implementations
sourceimpl Debug for NoPrimarySubdetail
impl Debug for NoPrimarySubdetail
Auto Trait Implementations
impl RefUnwindSafe for NoPrimarySubdetail
impl Send for NoPrimarySubdetail
impl Sync for NoPrimarySubdetail
impl Unpin for NoPrimarySubdetail
impl UnwindSafe for NoPrimarySubdetail
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more