Struct grm::repo::TrackingConfig
source · [−]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
sourceimpl Debug for TrackingConfig
impl Debug for TrackingConfig
sourceimpl<'de> Deserialize<'de> for TrackingConfig
impl<'de> Deserialize<'de> for TrackingConfig
sourcefn 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
sourceimpl Serialize for TrackingConfig
impl Serialize for TrackingConfig
Auto Trait Implementations
impl RefUnwindSafe for TrackingConfig
impl Send for TrackingConfig
impl Sync for TrackingConfig
impl Unpin for TrackingConfig
impl UnwindSafe for TrackingConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more