pub struct SnsNeuronFolloweeRow {
pub neuron_id: Option<String>,
pub alias: Option<String>,
}Expand description
SnsNeuronFolloweeRow
One native topic-following target and its optional alias.
Fields§
§neuron_id: Option<String>Full followee neuron identifier when Governance supplied one.
alias: Option<String>Native followee alias when Governance supplied one.
Trait Implementations§
Source§impl Clone for SnsNeuronFolloweeRow
impl Clone for SnsNeuronFolloweeRow
Source§fn clone(&self) -> SnsNeuronFolloweeRow
fn clone(&self) -> SnsNeuronFolloweeRow
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SnsNeuronFolloweeRow
impl Debug for SnsNeuronFolloweeRow
Source§impl<'de> Deserialize<'de> for SnsNeuronFolloweeRow
impl<'de> Deserialize<'de> for SnsNeuronFolloweeRow
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
impl Eq for SnsNeuronFolloweeRow
Source§impl PartialEq for SnsNeuronFolloweeRow
impl PartialEq for SnsNeuronFolloweeRow
Source§impl Serialize for SnsNeuronFolloweeRow
impl Serialize for SnsNeuronFolloweeRow
impl StructuralPartialEq for SnsNeuronFolloweeRow
Auto Trait Implementations§
impl Freeze for SnsNeuronFolloweeRow
impl RefUnwindSafe for SnsNeuronFolloweeRow
impl Send for SnsNeuronFolloweeRow
impl Sync for SnsNeuronFolloweeRow
impl Unpin for SnsNeuronFolloweeRow
impl UnsafeUnpin for SnsNeuronFolloweeRow
impl UnwindSafe for SnsNeuronFolloweeRow
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