pub struct ModulesResponseBody {
pub modules: Vec<Module>,
pub total_modules: usize,
}
Fields§
§modules: Vec<Module>
§total_modules: usize
Trait Implementations§
Source§impl Clone for ModulesResponseBody
impl Clone for ModulesResponseBody
Source§fn clone(&self) -> ModulesResponseBody
fn clone(&self) -> ModulesResponseBody
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 ModulesResponseBody
impl Debug for ModulesResponseBody
Source§impl<'de> Deserialize<'de> for ModulesResponseBody
impl<'de> Deserialize<'de> for ModulesResponseBody
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<M: Into<Module>> FromIterator<M> for ModulesResponseBody
impl<M: Into<Module>> FromIterator<M> for ModulesResponseBody
Source§fn from_iter<T: IntoIterator<Item = M>>(iter: T) -> Self
fn from_iter<T: IntoIterator<Item = M>>(iter: T) -> Self
Creates a value from an iterator. Read more
Auto Trait Implementations§
impl Freeze for ModulesResponseBody
impl RefUnwindSafe for ModulesResponseBody
impl Send for ModulesResponseBody
impl Sync for ModulesResponseBody
impl Unpin for ModulesResponseBody
impl UnwindSafe for ModulesResponseBody
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