pub struct ConfigureOutput {
pub profile: Option<String>,
pub token: Option<String>,
}Fields§
§profile: Option<String>§token: Option<String>Implementations§
Source§impl ConfigureOutput
impl ConfigureOutput
pub fn new() -> ConfigureOutput
Trait Implementations§
Source§impl Clone for ConfigureOutput
impl Clone for ConfigureOutput
Source§fn clone(&self) -> ConfigureOutput
fn clone(&self) -> ConfigureOutput
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 ConfigureOutput
impl Debug for ConfigureOutput
Source§impl Default for ConfigureOutput
impl Default for ConfigureOutput
Source§fn default() -> ConfigureOutput
fn default() -> ConfigureOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConfigureOutput
impl<'de> Deserialize<'de> for ConfigureOutput
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
Source§impl PartialEq for ConfigureOutput
impl PartialEq for ConfigureOutput
Source§fn eq(&self, other: &ConfigureOutput) -> bool
fn eq(&self, other: &ConfigureOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ConfigureOutput
impl Serialize for ConfigureOutput
impl StructuralPartialEq for ConfigureOutput
Auto Trait Implementations§
impl Freeze for ConfigureOutput
impl RefUnwindSafe for ConfigureOutput
impl Send for ConfigureOutput
impl Sync for ConfigureOutput
impl Unpin for ConfigureOutput
impl UnsafeUnpin for ConfigureOutput
impl UnwindSafe for ConfigureOutput
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