mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Use default parameters in TSS request
This commit is contained in:
@@ -22,9 +22,7 @@ impl TSSRequest {
|
|||||||
"@UUID".into(),
|
"@UUID".into(),
|
||||||
uuid::Uuid::new_v4().to_string().to_uppercase().into(),
|
uuid::Uuid::new_v4().to_string().to_uppercase().into(),
|
||||||
);
|
);
|
||||||
Self {
|
Self { inner }
|
||||||
inner: Default::default(),
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn insert(&mut self, key: impl Into<String>, val: impl Into<Value>) {
|
pub fn insert(&mut self, key: impl Into<String>, val: impl Into<Value>) {
|
||||||
|
|||||||
Reference in New Issue
Block a user