pub struct ModulesResponse {
pub modules: Vec<Module>,
pub total_modules: Option<i64>,
}Fields§
§modules: Vec<Module>All modules or range of modules.
total_modules: Option<i64>The total i64 of modules available.
Trait Implementations§
Source§impl Clone for ModulesResponse
impl Clone for ModulesResponse
Source§fn clone(&self) -> ModulesResponse
fn clone(&self) -> ModulesResponse
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 ModulesResponse
impl Debug for ModulesResponse
Source§impl Default for ModulesResponse
impl Default for ModulesResponse
Source§fn default() -> ModulesResponse
fn default() -> ModulesResponse
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ModulesResponse
impl RefUnwindSafe for ModulesResponse
impl Send for ModulesResponse
impl Sync for ModulesResponse
impl Unpin for ModulesResponse
impl UnsafeUnpin for ModulesResponse
impl UnwindSafe for ModulesResponse
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