pub struct GetVPRIsResponse {
pub status: Option<String>,
pub vpri: Option<Vec<GetVPRIsResponseVPRI>>,
}Fields§
§status: Option<String>§vpri: Option<Vec<GetVPRIsResponseVPRI>>Trait Implementations§
Source§impl Clone for GetVPRIsResponse
impl Clone for GetVPRIsResponse
Source§fn clone(&self) -> GetVPRIsResponse
fn clone(&self) -> GetVPRIsResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetVPRIsResponse
impl Debug for GetVPRIsResponse
Source§impl Default for GetVPRIsResponse
impl Default for GetVPRIsResponse
Source§fn default() -> GetVPRIsResponse
fn default() -> GetVPRIsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetVPRIsResponse
impl<'de> Deserialize<'de> for GetVPRIsResponse
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 GetVPRIsResponse
impl RefUnwindSafe for GetVPRIsResponse
impl Send for GetVPRIsResponse
impl Sync for GetVPRIsResponse
impl Unpin for GetVPRIsResponse
impl UnsafeUnpin for GetVPRIsResponse
impl UnwindSafe for GetVPRIsResponse
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