pub struct Context {
pub branch: Option<String>,
pub credentials: Option<Option<Value>>,
pub build_file_path: Option<String>,
pub sub_path: Option<String>,
pub type: EnumContextType,
pub url: Option<String>,
pub visibility: Option<EnumContextVisibility>,
}Fields§
§branch: Option<String>§credentials: Option<Option<Value>>§build_file_path: Option<String>§sub_path: Option<String>§type: EnumContextType§url: Option<String>§visibility: Option<EnumContextVisibility>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Context
impl<'de> Deserialize<'de> for Context
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
impl StructuralPartialEq for Context
Auto Trait Implementations§
impl Freeze for Context
impl RefUnwindSafe for Context
impl Send for Context
impl Sync for Context
impl Unpin for Context
impl UnwindSafe for Context
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