pub struct UpdateServiceAccountReq {
pub new_policy: Option<String>,
pub new_secret_key: Option<String>,
pub new_status: Option<String>,
pub new_name: Option<String>,
pub new_description: Option<String>,
pub new_expiration: Option<OffsetDateTime>,
}Fields§
§new_policy: Option<String>§new_secret_key: Option<String>§new_status: Option<String>§new_name: Option<String>§new_description: Option<String>§new_expiration: Option<OffsetDateTime>Implementations§
Trait Implementations§
Source§impl Debug for UpdateServiceAccountReq
impl Debug for UpdateServiceAccountReq
Source§impl<'de> Deserialize<'de> for UpdateServiceAccountReq
impl<'de> Deserialize<'de> for UpdateServiceAccountReq
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 UpdateServiceAccountReq
impl RefUnwindSafe for UpdateServiceAccountReq
impl Send for UpdateServiceAccountReq
impl Sync for UpdateServiceAccountReq
impl Unpin for UpdateServiceAccountReq
impl UnsafeUnpin for UpdateServiceAccountReq
impl UnwindSafe for UpdateServiceAccountReq
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