pub struct Brain {
pub aid: AID,
pub state_hash: [u8; 32],
}Expand description
The Brain Structure (Sovereign Controller).
Fields§
§aid: AID§state_hash: [u8; 32]Implementations§
Auto Trait Implementations§
impl Freeze for Brain
impl RefUnwindSafe for Brain
impl Send for Brain
impl Sync for Brain
impl Unpin for Brain
impl UnsafeUnpin for Brain
impl UnwindSafe for Brain
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