pub struct GetFileBranchesItem {
pub key: String,
pub name: String,
pub thumbnail_url: String,
pub last_modified: String,
}Fields§
§key: StringThe key of the branch.
name: StringThe name of the branch.
thumbnail_url: StringA URL to a thumbnail image of the branch.
last_modified: StringThe UTC ISO 8601 time at which the branch was last modified.
Implementations§
Trait Implementations§
Source§impl Clone for GetFileBranchesItem
impl Clone for GetFileBranchesItem
Source§fn clone(&self) -> GetFileBranchesItem
fn clone(&self) -> GetFileBranchesItem
Returns a duplicate 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§impl Debug for GetFileBranchesItem
impl Debug for GetFileBranchesItem
Source§impl Default for GetFileBranchesItem
impl Default for GetFileBranchesItem
Source§fn default() -> GetFileBranchesItem
fn default() -> GetFileBranchesItem
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetFileBranchesItem
impl<'de> Deserialize<'de> for GetFileBranchesItem
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 GetFileBranchesItem
impl PartialEq for GetFileBranchesItem
Source§impl Serialize for GetFileBranchesItem
impl Serialize for GetFileBranchesItem
impl StructuralPartialEq for GetFileBranchesItem
Auto Trait Implementations§
impl Freeze for GetFileBranchesItem
impl RefUnwindSafe for GetFileBranchesItem
impl Send for GetFileBranchesItem
impl Sync for GetFileBranchesItem
impl Unpin for GetFileBranchesItem
impl UnwindSafe for GetFileBranchesItem
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