pub struct ApiActionsSetActionsCacheStorageLimitForRepositoryRequestOutBody {
pub body: ActionsCacheStorageLimitForRepository,
}Fields§
§body: ActionsCacheStorageLimitForRepositoryTrait Implementations§
Auto Trait Implementations§
impl Freeze for ApiActionsSetActionsCacheStorageLimitForRepositoryRequestOutBody
impl RefUnwindSafe for ApiActionsSetActionsCacheStorageLimitForRepositoryRequestOutBody
impl Send for ApiActionsSetActionsCacheStorageLimitForRepositoryRequestOutBody
impl Sync for ApiActionsSetActionsCacheStorageLimitForRepositoryRequestOutBody
impl Unpin for ApiActionsSetActionsCacheStorageLimitForRepositoryRequestOutBody
impl UnsafeUnpin for ApiActionsSetActionsCacheStorageLimitForRepositoryRequestOutBody
impl UnwindSafe for ApiActionsSetActionsCacheStorageLimitForRepositoryRequestOutBody
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