pub struct ListProjectResponse { /* private fields */ }Implementations§
Source§impl ListProjectResponse
impl ListProjectResponse
pub fn project_names(&self) -> &Vec<String>
pub fn set_project_names(&mut self, project_names: Vec<String>)
pub fn request_id(&self) -> &Option<String>
pub fn set_request_id(&mut self, request_id: Option<String>)
Trait Implementations§
Source§impl Debug for ListProjectResponse
impl Debug for ListProjectResponse
Source§impl<'de> Deserialize<'de> for ListProjectResponse
impl<'de> Deserialize<'de> for ListProjectResponse
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 ListProjectResponse
impl RefUnwindSafe for ListProjectResponse
impl Send for ListProjectResponse
impl Sync for ListProjectResponse
impl Unpin for ListProjectResponse
impl UnwindSafe for ListProjectResponse
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