Struct workerlib::lorry_specs::SingleLorry
source · pub struct SingleLorry {
pub url: String,
pub check_ssl_certificates: bool,
pub refspecs: Option<Vec<String>>,
pub ref_patterns: Option<Vec<String>>,
pub ignore_patterns: Option<Vec<String>>,
pub lfs: Option<bool>,
pub gc: Option<GCOptions>,
}
Fields§
§url: String
§check_ssl_certificates: bool
§refspecs: Option<Vec<String>>
👎Deprecated
§ref_patterns: Option<Vec<String>>
§ignore_patterns: Option<Vec<String>>
§lfs: Option<bool>
§gc: Option<GCOptions>
Trait Implementations§
source§impl Clone for SingleLorry
impl Clone for SingleLorry
source§fn clone(&self) -> SingleLorry
fn clone(&self) -> SingleLorry
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 SingleLorry
impl Debug for SingleLorry
source§impl Default for SingleLorry
impl Default for SingleLorry
source§fn default() -> SingleLorry
fn default() -> SingleLorry
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SingleLorry
impl<'de> Deserialize<'de> for SingleLorry
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 SingleLorry
impl PartialEq for SingleLorry
source§fn eq(&self, other: &SingleLorry) -> bool
fn eq(&self, other: &SingleLorry) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for SingleLorry
impl Serialize for SingleLorry
impl StructuralPartialEq for SingleLorry
Auto Trait Implementations§
impl Freeze for SingleLorry
impl RefUnwindSafe for SingleLorry
impl Send for SingleLorry
impl Sync for SingleLorry
impl Unpin for SingleLorry
impl UnwindSafe for SingleLorry
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