pub struct Model63002 {
pub repeating: Vec<Repeating>,
}Available on crate feature
model63002 only.Expand description
SunSpec Test Model 2
Fields§
§repeating: Vec<Repeating>Trait Implementations§
Source§impl Debug for Model63002
impl Debug for Model63002
Source§impl Group for Model63002
impl Group for Model63002
Auto Trait Implementations§
impl Freeze for Model63002
impl RefUnwindSafe for Model63002
impl Send for Model63002
impl Sync for Model63002
impl Unpin for Model63002
impl UnsafeUnpin for Model63002
impl UnwindSafe for Model63002
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