Struct azure_devops_rust_api::release::models::Folder
source · pub struct Folder {
pub created_by: Option<IdentityRef>,
pub created_on: Option<OffsetDateTime>,
pub description: Option<String>,
pub last_changed_by: Option<IdentityRef>,
pub last_changed_date: Option<OffsetDateTime>,
pub path: Option<String>,
}
Expand description
Fields§
§created_by: Option<IdentityRef>
§created_on: Option<OffsetDateTime>
Time when this folder created.
description: Option<String>
Description of the folder.
last_changed_by: Option<IdentityRef>
§last_changed_date: Option<OffsetDateTime>
Time when this folder last changed.
path: Option<String>
path of the folder.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Folder
impl<'de> Deserialize<'de> for Folder
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
source§impl PartialEq for Folder
impl PartialEq for Folder
impl StructuralPartialEq for Folder
Auto Trait Implementations§
impl Freeze for Folder
impl RefUnwindSafe for Folder
impl Send for Folder
impl Sync for Folder
impl Unpin for Folder
impl UnwindSafe for Folder
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