pub struct YouGileConfig {
pub url: String,
pub board_id: String,
}Expand description
YouGile provider configuration (issue tracker).
Fields§
§url: StringYouGile API base URL.
board_id: StringDefault board ID used as the provider scope.
Trait Implementations§
Source§impl Clone for YouGileConfig
impl Clone for YouGileConfig
Source§fn clone(&self) -> YouGileConfig
fn clone(&self) -> YouGileConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for YouGileConfig
impl Debug for YouGileConfig
Source§impl<'de> Deserialize<'de> for YouGileConfig
impl<'de> Deserialize<'de> for YouGileConfig
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 YouGileConfig
impl RefUnwindSafe for YouGileConfig
impl Send for YouGileConfig
impl Sync for YouGileConfig
impl Unpin for YouGileConfig
impl UnsafeUnpin for YouGileConfig
impl UnwindSafe for YouGileConfig
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