Struct alfresco_sdk::models::structs::SharedLink
source · pub struct SharedLink {Show 16 fields
pub id: Option<String>,
pub expired_at: Option<String>,
pub node_id: Option<String>,
pub name: Option<String>,
pub title: Option<String>,
pub description: Option<String>,
pub modified_at: Option<String>,
pub modified_by_user: Option<UserInfo>,
pub shared_by_user: Option<UserInfo>,
pub content: Option<ContentInfo>,
pub allowable_operations: Option<Vec<String>>,
pub allowable_operations_on_target: Option<Vec<String>>,
pub is_favorite: Option<bool>,
pub properties: Option<AnyObj>,
pub aspect_names: Option<Vec<String>>,
pub path: Option<PathInfo>,
}
Fields§
§id: Option<String>
§expired_at: Option<String>
§node_id: Option<String>
§name: Option<String>
§title: Option<String>
§description: Option<String>
§modified_at: Option<String>
§modified_by_user: Option<UserInfo>
§content: Option<ContentInfo>
§allowable_operations: Option<Vec<String>>
§allowable_operations_on_target: Option<Vec<String>>
§is_favorite: Option<bool>
§properties: Option<AnyObj>
§aspect_names: Option<Vec<String>>
§path: Option<PathInfo>
Trait Implementations§
source§fn clone(&self) -> SharedLink
fn clone(&self) -> SharedLink
Returns a copy 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§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§
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