pub struct StaticResourceMetadata {
pub descriptors: StaticResourceDescriptors,
pub graph_id: String,
pub name: String,
pub resourceinstanceid: String,
pub publication_id: Option<String>,
pub principaluser_id: Option<i32>,
pub legacyid: Option<String>,
pub graph_publication_id: Option<String>,
pub createdtime: Option<String>,
pub lastmodified: Option<String>,
}Expand description
Metadata about a resource instance
Fields§
§descriptors: StaticResourceDescriptors§graph_id: String§name: String§resourceinstanceid: String§publication_id: Option<String>§principaluser_id: Option<i32>§legacyid: Option<String>§graph_publication_id: Option<String>§createdtime: Option<String>§lastmodified: Option<String>Trait Implementations§
Source§impl Clone for StaticResourceMetadata
impl Clone for StaticResourceMetadata
Source§fn clone(&self) -> StaticResourceMetadata
fn clone(&self) -> StaticResourceMetadata
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 StaticResourceMetadata
impl Debug for StaticResourceMetadata
Source§impl<'de> Deserialize<'de> for StaticResourceMetadata
impl<'de> Deserialize<'de> for StaticResourceMetadata
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 StaticResourceMetadata
impl RefUnwindSafe for StaticResourceMetadata
impl Send for StaticResourceMetadata
impl Sync for StaticResourceMetadata
impl Unpin for StaticResourceMetadata
impl UnsafeUnpin for StaticResourceMetadata
impl UnwindSafe for StaticResourceMetadata
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