pub struct AddStruct {
pub add: Param,
}
Fields§
§add: Param
Implementations§
Auto Trait Implementations§
impl Freeze for AddStruct
impl RefUnwindSafe for AddStruct
impl Send for AddStruct
impl Sync for AddStruct
impl Unpin for AddStruct
impl UnwindSafe for AddStruct
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