pub struct GetProjectSecretVersionsRequest {
pub base_url: String,
pub secret_id: String,
pub offset: String,
pub limit: String,
}Fields§
§base_url: String§secret_id: String§offset: String§limit: StringAuto Trait Implementations§
impl Freeze for GetProjectSecretVersionsRequest
impl RefUnwindSafe for GetProjectSecretVersionsRequest
impl Send for GetProjectSecretVersionsRequest
impl Sync for GetProjectSecretVersionsRequest
impl Unpin for GetProjectSecretVersionsRequest
impl UnwindSafe for GetProjectSecretVersionsRequest
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