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

Trait Implementations

impl Debug for ContentMetadata
[src]

Formats the value using the given formatter.

impl Clone for ContentMetadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ContentMetadata
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.