pub struct ApiMigrationsUnlockRepoForOrgPath {
pub org: String,
pub migration_id: i64,
pub repo_name: String,
}Fields§
§org: String§migration_id: i64§repo_name: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for ApiMigrationsUnlockRepoForOrgPath
impl<'de> Deserialize<'de> for ApiMigrationsUnlockRepoForOrgPath
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 ApiMigrationsUnlockRepoForOrgPath
impl RefUnwindSafe for ApiMigrationsUnlockRepoForOrgPath
impl Send for ApiMigrationsUnlockRepoForOrgPath
impl Sync for ApiMigrationsUnlockRepoForOrgPath
impl Unpin for ApiMigrationsUnlockRepoForOrgPath
impl UnsafeUnpin for ApiMigrationsUnlockRepoForOrgPath
impl UnwindSafe for ApiMigrationsUnlockRepoForOrgPath
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