Struct alfresco_sdk::models::structs::Version
source · pub struct Version {
pub id: String,
pub version_comment: Option<String>,
pub name: String,
pub node_type: String,
pub is_folder: bool,
pub is_file: bool,
pub modified_at: String,
pub modified_by_user: UserInfo,
pub content: Option<ContentInfo>,
pub aspect_names: Option<Vec<String>>,
pub properties: Option<AnyObj>,
}
Fields§
§id: String
§version_comment: Option<String>
§name: String
§node_type: String
§is_folder: bool
§is_file: bool
§modified_at: String
§modified_by_user: UserInfo
§content: Option<ContentInfo>
§aspect_names: Option<Vec<String>>
§properties: Option<AnyObj>
Trait Implementations§
source§impl<'de> Deserialize<'de> for Version
impl<'de> Deserialize<'de> for Version
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 RefUnwindSafe for Version
impl Send for Version
impl Sync for Version
impl Unpin for Version
impl UnwindSafe for Version
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