Struct azure_devops_rust_api::git::models::GitPathAction   
source · pub struct GitPathAction {
    pub action: Option<Action>,
    pub base64_content: Option<String>,
    pub path: Option<String>,
    pub raw_text_content: Option<String>,
    pub target_path: Option<String>,
}Expand description
Fields§
§action: Option<Action>§base64_content: Option<String>§path: Option<String>§raw_text_content: Option<String>§target_path: Option<String>Implementations§
source§impl GitPathAction
 
impl GitPathAction
Trait Implementations§
source§impl Clone for GitPathAction
 
impl Clone for GitPathAction
source§fn clone(&self) -> GitPathAction
 
fn clone(&self) -> GitPathAction
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§impl Debug for GitPathAction
 
impl Debug for GitPathAction
source§impl Default for GitPathAction
 
impl Default for GitPathAction
source§fn default() -> GitPathAction
 
fn default() -> GitPathAction
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GitPathAction
 
impl<'de> Deserialize<'de> for GitPathAction
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 GitPathAction
 
impl PartialEq for GitPathAction
source§fn eq(&self, other: &GitPathAction) -> bool
 
fn eq(&self, other: &GitPathAction) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for GitPathAction
 
impl Serialize for GitPathAction
impl StructuralPartialEq for GitPathAction
Auto Trait Implementations§
impl RefUnwindSafe for GitPathAction
impl Send for GitPathAction
impl Sync for GitPathAction
impl Unpin for GitPathAction
impl UnwindSafe for GitPathAction
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