Struct nexus_rs::models::content::ContentMetadata
[−]
[src]
pub struct ContentMetadata {
pub resource_uri: String,
pub relative_path: String,
pub text: String,
pub leaf: bool,
pub last_modified: String,
pub size_on_disk: i64,
}Fields
resource_uri: String
relative_path: String
text: String
leaf: bool
last_modified: String
size_on_disk: i64
Trait Implementations
impl Debug for ContentMetadata[src]
impl Clone for ContentMetadata[src]
fn clone(&self) -> ContentMetadata
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for ContentMetadata[src]
fn eq(&self, __arg_0: &ContentMetadata) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ContentMetadata) -> bool
This method tests for !=.