pub struct ReceivePackPushRequestOptions {
pub report_status: bool,
pub report_status_v2: bool,
pub atomic: bool,
pub ofs_delta: bool,
pub side_band_64k: bool,
pub quiet: bool,
pub agent: Option<String>,
pub object_format: Option<ObjectFormat>,
pub push_options: Vec<String>,
}Fields§
§report_status: bool§report_status_v2: bool§atomic: bool§ofs_delta: bool§side_band_64k: bool§quiet: bool§agent: Option<String>§object_format: Option<ObjectFormat>§push_options: Vec<String>Trait Implementations§
Source§impl Clone for ReceivePackPushRequestOptions
impl Clone for ReceivePackPushRequestOptions
Source§fn clone(&self) -> ReceivePackPushRequestOptions
fn clone(&self) -> ReceivePackPushRequestOptions
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 Default for ReceivePackPushRequestOptions
impl Default for ReceivePackPushRequestOptions
Source§fn default() -> ReceivePackPushRequestOptions
fn default() -> ReceivePackPushRequestOptions
Returns the “default value” for a type. Read more
impl Eq for ReceivePackPushRequestOptions
Source§impl PartialEq for ReceivePackPushRequestOptions
impl PartialEq for ReceivePackPushRequestOptions
Source§fn eq(&self, other: &ReceivePackPushRequestOptions) -> bool
fn eq(&self, other: &ReceivePackPushRequestOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReceivePackPushRequestOptions
Auto Trait Implementations§
impl Freeze for ReceivePackPushRequestOptions
impl RefUnwindSafe for ReceivePackPushRequestOptions
impl Send for ReceivePackPushRequestOptions
impl Sync for ReceivePackPushRequestOptions
impl Unpin for ReceivePackPushRequestOptions
impl UnsafeUnpin for ReceivePackPushRequestOptions
impl UnwindSafe for ReceivePackPushRequestOptions
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