pub struct AdNetworkList {
pub ad_networks: Vec<AdNetwork>,
}
Fields§
§ad_networks: Vec<AdNetwork>
Trait Implementations§
Source§impl Clone for AdNetworkList
impl Clone for AdNetworkList
Source§fn clone(&self) -> AdNetworkList
fn clone(&self) -> AdNetworkList
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 AdNetworkList
impl Debug for AdNetworkList
Source§impl Default for AdNetworkList
impl Default for AdNetworkList
Source§fn default() -> AdNetworkList
fn default() -> AdNetworkList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AdNetworkList
impl<'de> Deserialize<'de> for AdNetworkList
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<'a> MessageRead<'a> for AdNetworkList
impl<'a> MessageRead<'a> for AdNetworkList
Source§fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
Constructs an instance of
Self
by reading from the given bytes
via the given reader. Read moreSource§impl MessageWrite for AdNetworkList
impl MessageWrite for AdNetworkList
Source§impl PartialEq for AdNetworkList
impl PartialEq for AdNetworkList
Source§impl Serialize for AdNetworkList
impl Serialize for AdNetworkList
impl StructuralPartialEq for AdNetworkList
Auto Trait Implementations§
impl Freeze for AdNetworkList
impl RefUnwindSafe for AdNetworkList
impl Send for AdNetworkList
impl Sync for AdNetworkList
impl Unpin for AdNetworkList
impl UnwindSafe for AdNetworkList
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