pub struct NetworksDTO { /* private fields */ }Implementations§
Source§impl NetworksDTO
impl NetworksDTO
pub fn new(networks: &[NetworkDTO]) -> Self
pub fn get_networks(&self) -> &[NetworkDTO]
Trait Implementations§
Source§impl Clone for NetworksDTO
impl Clone for NetworksDTO
Source§fn clone(&self) -> NetworksDTO
fn clone(&self) -> NetworksDTO
Returns a duplicate 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 NetworksDTO
impl Debug for NetworksDTO
Source§impl Decoder for NetworksDTO
impl Decoder for NetworksDTO
fn decode(data: &[u8]) -> NetworksDTO
Source§impl Default for NetworksDTO
impl Default for NetworksDTO
Source§fn default() -> NetworksDTO
fn default() -> NetworksDTO
Returns the “default value” for a type. Read more
Source§impl PartialEq for NetworksDTO
impl PartialEq for NetworksDTO
Source§impl Typed for NetworksDTO
impl Typed for NetworksDTO
impl API for NetworksDTO
impl Eq for NetworksDTO
impl StructuralPartialEq for NetworksDTO
Auto Trait Implementations§
impl Freeze for NetworksDTO
impl RefUnwindSafe for NetworksDTO
impl Send for NetworksDTO
impl Sync for NetworksDTO
impl Unpin for NetworksDTO
impl UnwindSafe for NetworksDTO
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