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