pub struct ConsoleState {
pub active_org_name: Option<String>,
pub console_managed_providers: Vec<String>,
pub switchable_org_count: u64,
}Fields§
§active_org_name: Option<String>§console_managed_providers: Vec<String>§switchable_org_count: u64Trait Implementations§
Source§impl Clone for ConsoleState
impl Clone for ConsoleState
Source§fn clone(&self) -> ConsoleState
fn clone(&self) -> ConsoleState
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 ConsoleState
impl Debug for ConsoleState
Source§impl<'de> Deserialize<'de> for ConsoleState
impl<'de> Deserialize<'de> for ConsoleState
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 ConsoleState
impl PartialEq for ConsoleState
Source§impl Serialize for ConsoleState
impl Serialize for ConsoleState
impl StructuralPartialEq for ConsoleState
Auto Trait Implementations§
impl Freeze for ConsoleState
impl RefUnwindSafe for ConsoleState
impl Send for ConsoleState
impl Sync for ConsoleState
impl Unpin for ConsoleState
impl UnsafeUnpin for ConsoleState
impl UnwindSafe for ConsoleState
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