pub struct WizardJmapConfig {
pub server: String,
pub auth: JmapAuth,
}Available on crate features
jmap and wizard only.Expand description
JMAP account settings collected by the wizard.
Fields§
§server: StringThe JMAP server, a bare authority or a full session URL.
auth: JmapAuthThe authentication method and its secret.
Trait Implementations§
Source§impl Clone for WizardJmapConfig
impl Clone for WizardJmapConfig
Source§fn clone(&self) -> WizardJmapConfig
fn clone(&self) -> WizardJmapConfig
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 moreAuto Trait Implementations§
impl Freeze for WizardJmapConfig
impl RefUnwindSafe for WizardJmapConfig
impl Send for WizardJmapConfig
impl Sync for WizardJmapConfig
impl Unpin for WizardJmapConfig
impl UnsafeUnpin for WizardJmapConfig
impl UnwindSafe for WizardJmapConfig
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