pub struct ApiPackagesRestorePackageForUserPath {
pub package_type: String,
pub package_name: String,
pub username: String,
}Fields§
§package_type: String§package_name: String§username: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for ApiPackagesRestorePackageForUserPath
impl<'de> Deserialize<'de> for ApiPackagesRestorePackageForUserPath
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ApiPackagesRestorePackageForUserPath
impl RefUnwindSafe for ApiPackagesRestorePackageForUserPath
impl Send for ApiPackagesRestorePackageForUserPath
impl Sync for ApiPackagesRestorePackageForUserPath
impl Unpin for ApiPackagesRestorePackageForUserPath
impl UnsafeUnpin for ApiPackagesRestorePackageForUserPath
impl UnwindSafe for ApiPackagesRestorePackageForUserPath
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