pub struct PullConfig {
pub pulls: Vec<PullSource>,
}Expand description
Top-level pull configuration parsed from .tsafe.yml or .tsafe.json.
Fields§
§pulls: Vec<PullSource>Trait Implementations§
Source§impl Debug for PullConfig
impl Debug for PullConfig
Source§impl<'de> Deserialize<'de> for PullConfig
impl<'de> Deserialize<'de> for PullConfig
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
Auto Trait Implementations§
impl Freeze for PullConfig
impl RefUnwindSafe for PullConfig
impl Send for PullConfig
impl Sync for PullConfig
impl Unpin for PullConfig
impl UnsafeUnpin for PullConfig
impl UnwindSafe for PullConfig
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