pub struct BranchSetUpstreamOutput {
pub branch: String,
pub upstream: String,
}Fields§
§branch: String§upstream: StringTrait Implementations§
Source§impl Clone for BranchSetUpstreamOutput
impl Clone for BranchSetUpstreamOutput
Source§fn clone(&self) -> BranchSetUpstreamOutput
fn clone(&self) -> BranchSetUpstreamOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BranchSetUpstreamOutput
impl Debug for BranchSetUpstreamOutput
Source§impl<'de> Deserialize<'de> for BranchSetUpstreamOutput
impl<'de> Deserialize<'de> for BranchSetUpstreamOutput
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
Auto Trait Implementations§
impl Freeze for BranchSetUpstreamOutput
impl RefUnwindSafe for BranchSetUpstreamOutput
impl Send for BranchSetUpstreamOutput
impl Sync for BranchSetUpstreamOutput
impl Unpin for BranchSetUpstreamOutput
impl UnsafeUnpin for BranchSetUpstreamOutput
impl UnwindSafe for BranchSetUpstreamOutput
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