pub struct TrackingConfig {
pub default: bool,
pub default_remote: String,
pub default_remote_prefix: Option<String>,
}
Fields§
§default: bool
§default_remote: String
§default_remote_prefix: Option<String>
Trait Implementations§
Source§impl Debug for TrackingConfig
impl Debug for TrackingConfig
Source§impl<'de> Deserialize<'de> for TrackingConfig
impl<'de> Deserialize<'de> for TrackingConfig
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 From<TrackingConfig> for TrackingConfig
impl From<TrackingConfig> for TrackingConfig
Source§fn from(other: TrackingConfig) -> Self
fn from(other: TrackingConfig) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TrackingConfig
impl RefUnwindSafe for TrackingConfig
impl Send for TrackingConfig
impl Sync for TrackingConfig
impl Unpin for TrackingConfig
impl UnwindSafe for TrackingConfig
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