pub struct ReadGroupAliasByIdResponse {
pub canonical_id: String,
pub creation_time: String,
pub id: String,
pub last_update_time: String,
pub metadata: Option<HashMap<String, String>>,
pub mount_accessor: String,
pub mount_path: String,
pub mount_type: String,
pub name: String,
}
Expand description
Response from executing ReadGroupAliasByIdRequest
Fields§
§canonical_id: String
§creation_time: String
§id: String
§last_update_time: String
§metadata: Option<HashMap<String, String>>
§mount_accessor: String
§mount_path: String
§mount_type: String
§name: String
Trait Implementations§
source§impl Debug for ReadGroupAliasByIdResponse
impl Debug for ReadGroupAliasByIdResponse
source§impl<'de> Deserialize<'de> for ReadGroupAliasByIdResponse
impl<'de> Deserialize<'de> for ReadGroupAliasByIdResponse
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 ReadGroupAliasByIdResponse
impl RefUnwindSafe for ReadGroupAliasByIdResponse
impl Send for ReadGroupAliasByIdResponse
impl Sync for ReadGroupAliasByIdResponse
impl Unpin for ReadGroupAliasByIdResponse
impl UnwindSafe for ReadGroupAliasByIdResponse
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