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