pub struct ResourceResponseAllOf {
pub id: Option<String>,
pub href: Option<String>,
pub service_id: Option<String>,
pub version: Option<i32>,
pub resource_type: Option<TypeResource>,
}
Fields§
§id: Option<String>
An alphanumeric string identifying the resource link.
href: Option<String>
The path to the resource.
service_id: Option<String>
Alphanumeric string identifying the service.
version: Option<i32>
Integer identifying a service version.
resource_type: Option<TypeResource>
Implementations§
Source§impl ResourceResponseAllOf
impl ResourceResponseAllOf
pub fn new() -> ResourceResponseAllOf
Trait Implementations§
Source§impl Clone for ResourceResponseAllOf
impl Clone for ResourceResponseAllOf
Source§fn clone(&self) -> ResourceResponseAllOf
fn clone(&self) -> ResourceResponseAllOf
Returns a duplicate of the value. Read more
1.0.0 · 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 ResourceResponseAllOf
impl Debug for ResourceResponseAllOf
Source§impl Default for ResourceResponseAllOf
impl Default for ResourceResponseAllOf
Source§fn default() -> ResourceResponseAllOf
fn default() -> ResourceResponseAllOf
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ResourceResponseAllOf
impl<'de> Deserialize<'de> for ResourceResponseAllOf
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
Source§impl PartialEq for ResourceResponseAllOf
impl PartialEq for ResourceResponseAllOf
Source§impl Serialize for ResourceResponseAllOf
impl Serialize for ResourceResponseAllOf
impl StructuralPartialEq for ResourceResponseAllOf
Auto Trait Implementations§
impl Freeze for ResourceResponseAllOf
impl RefUnwindSafe for ResourceResponseAllOf
impl Send for ResourceResponseAllOf
impl Sync for ResourceResponseAllOf
impl Unpin for ResourceResponseAllOf
impl UnwindSafe for ResourceResponseAllOf
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