pub struct Kit {
pub name: String,
pub pads: Vec<Pad>,
}Fields§
§name: String§pads: Vec<Pad>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Kit
impl RefUnwindSafe for Kit
impl Send for Kit
impl Sync for Kit
impl Unpin for Kit
impl UnwindSafe for Kit
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