pub struct ProposerNotFoundSubdetail {
pub account: Id,
}
Fields§
§account: Id
Trait Implementations§
Source§impl Clone for ProposerNotFoundSubdetail
impl Clone for ProposerNotFoundSubdetail
Source§fn clone(&self) -> ProposerNotFoundSubdetail
fn clone(&self) -> ProposerNotFoundSubdetail
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ProposerNotFoundSubdetail
impl Debug for ProposerNotFoundSubdetail
Source§impl<'de> Deserialize<'de> for ProposerNotFoundSubdetail
impl<'de> Deserialize<'de> for ProposerNotFoundSubdetail
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for ProposerNotFoundSubdetail
impl Display for ProposerNotFoundSubdetail
impl Eq for ProposerNotFoundSubdetail
impl StructuralPartialEq for ProposerNotFoundSubdetail
Auto Trait Implementations§
impl Freeze for ProposerNotFoundSubdetail
impl RefUnwindSafe for ProposerNotFoundSubdetail
impl Send for ProposerNotFoundSubdetail
impl Sync for ProposerNotFoundSubdetail
impl Unpin for ProposerNotFoundSubdetail
impl UnwindSafe for ProposerNotFoundSubdetail
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