pub struct GetProducersListReplyObj {
pub producers: Option<Vec<Producer>>,
pub producers_errors: Option<Option<Value>>,
}Fields§
§producers: Option<Vec<Producer>>§producers_errors: Option<Option<Value>>Implementations§
Source§impl GetProducersListReplyObj
impl GetProducersListReplyObj
pub fn new() -> GetProducersListReplyObj
Trait Implementations§
Source§impl Clone for GetProducersListReplyObj
impl Clone for GetProducersListReplyObj
Source§fn clone(&self) -> GetProducersListReplyObj
fn clone(&self) -> GetProducersListReplyObj
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 GetProducersListReplyObj
impl Debug for GetProducersListReplyObj
Source§impl Default for GetProducersListReplyObj
impl Default for GetProducersListReplyObj
Source§fn default() -> GetProducersListReplyObj
fn default() -> GetProducersListReplyObj
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetProducersListReplyObj
impl<'de> Deserialize<'de> for GetProducersListReplyObj
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 PartialEq for GetProducersListReplyObj
impl PartialEq for GetProducersListReplyObj
Source§fn eq(&self, other: &GetProducersListReplyObj) -> bool
fn eq(&self, other: &GetProducersListReplyObj) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GetProducersListReplyObj
impl Serialize for GetProducersListReplyObj
impl StructuralPartialEq for GetProducersListReplyObj
Auto Trait Implementations§
impl Freeze for GetProducersListReplyObj
impl RefUnwindSafe for GetProducersListReplyObj
impl Send for GetProducersListReplyObj
impl Sync for GetProducersListReplyObj
impl Unpin for GetProducersListReplyObj
impl UnsafeUnpin for GetProducersListReplyObj
impl UnwindSafe for GetProducersListReplyObj
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