pub struct AddOrUpdateUserReq {
pub secret_key: String,
pub policy: Option<String>,
pub status: AccountStatus,
}Fields§
§secret_key: String§policy: Option<String>§status: AccountStatusTrait Implementations§
Source§impl Debug for AddOrUpdateUserReq
impl Debug for AddOrUpdateUserReq
Source§impl<'de> Deserialize<'de> for AddOrUpdateUserReq
impl<'de> Deserialize<'de> for AddOrUpdateUserReq
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 AddOrUpdateUserReq
impl RefUnwindSafe for AddOrUpdateUserReq
impl Send for AddOrUpdateUserReq
impl Sync for AddOrUpdateUserReq
impl Unpin for AddOrUpdateUserReq
impl UnsafeUnpin for AddOrUpdateUserReq
impl UnwindSafe for AddOrUpdateUserReq
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