Struct noosphere_cli::native::commands::config::ConfigContents
source · pub struct ConfigContents {
pub gateway_url: Option<Url>,
pub counterpart: Option<String>,
pub difftool: Option<String>,
}Fields
gateway_url: Option<Url>counterpart: Option<String>difftool: Option<String>Trait Implementations
sourceimpl Clone for ConfigContents
impl Clone for ConfigContents
sourcefn clone(&self) -> ConfigContents
fn clone(&self) -> ConfigContents
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl<'de> Deserialize<'de> for ConfigContents
impl<'de> Deserialize<'de> for ConfigContents
sourcefn 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
sourceimpl Serialize for ConfigContents
impl Serialize for ConfigContents
Auto Trait Implementations
impl RefUnwindSafe for ConfigContents
impl Send for ConfigContents
impl Sync for ConfigContents
impl Unpin for ConfigContents
impl UnwindSafe for ConfigContents
Blanket Implementations
sourceimpl<T> Base64Encode for Twhere
T: DagJson,
impl<T> Base64Encode for Twhere
T: DagJson,
fn jwt_base64_encode(&self) -> Result<String, Error>
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more