pub struct TrackingConfig {
pub default: bool,
pub default_remote: RemoteName,
pub default_remote_prefix: Option<String>,
}
Fields§
§default: bool
§default_remote: RemoteName
§default_remote_prefix: Option<String>
Trait Implementations§
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