pub struct ReadStaticRoleResponse {
pub db_name: String,
pub username: String,
pub rotation_period: u64,
pub rotation_statements: Vec<String>,
}
Expand description
Response from executing ReadStaticRoleRequest
Fields§
§db_name: String
§username: String
§rotation_period: u64
§rotation_statements: Vec<String>
Trait Implementations§
source§impl Debug for ReadStaticRoleResponse
impl Debug for ReadStaticRoleResponse
source§impl<'de> Deserialize<'de> for ReadStaticRoleResponse
impl<'de> Deserialize<'de> for ReadStaticRoleResponse
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 ReadStaticRoleResponse
impl RefUnwindSafe for ReadStaticRoleResponse
impl Send for ReadStaticRoleResponse
impl Sync for ReadStaticRoleResponse
impl Unpin for ReadStaticRoleResponse
impl UnwindSafe for ReadStaticRoleResponse
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