pub struct DashboardAuth {
pub required: bool,
pub token: Option<String>,
}Fields§
§required: bool§token: Option<String>Trait Implementations§
Source§impl Clone for DashboardAuth
impl Clone for DashboardAuth
Source§fn clone(&self) -> DashboardAuth
fn clone(&self) -> DashboardAuth
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 DashboardAuth
impl Debug for DashboardAuth
Source§impl Default for DashboardAuth
impl Default for DashboardAuth
Source§fn default() -> DashboardAuth
fn default() -> DashboardAuth
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DashboardAuth
impl RefUnwindSafe for DashboardAuth
impl Send for DashboardAuth
impl Sync for DashboardAuth
impl Unpin for DashboardAuth
impl UnsafeUnpin for DashboardAuth
impl UnwindSafe for DashboardAuth
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