pub struct ItchConfig {
pub project: Option<String>,
pub prerelease_channel: String,
pub release_channel: String,
}Fields§
§project: Option<String>§prerelease_channel: String§release_channel: StringTrait Implementations§
Source§impl Clone for ItchConfig
impl Clone for ItchConfig
Source§fn clone(&self) -> ItchConfig
fn clone(&self) -> ItchConfig
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 ItchConfig
impl Debug for ItchConfig
impl Eq for ItchConfig
Source§impl PartialEq for ItchConfig
impl PartialEq for ItchConfig
Source§fn eq(&self, other: &ItchConfig) -> bool
fn eq(&self, other: &ItchConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ItchConfig
Auto Trait Implementations§
impl Freeze for ItchConfig
impl RefUnwindSafe for ItchConfig
impl Send for ItchConfig
impl Sync for ItchConfig
impl Unpin for ItchConfig
impl UnsafeUnpin for ItchConfig
impl UnwindSafe for ItchConfig
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