Struct deltachat::configure::auto_mozilla::MozAutoconfigure
source · struct MozAutoconfigure {
pub incoming_servers: Vec<Server>,
pub outgoing_servers: Vec<Server>,
}
Fields§
§incoming_servers: Vec<Server>
§outgoing_servers: Vec<Server>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MozAutoconfigure
impl RefUnwindSafe for MozAutoconfigure
impl Send for MozAutoconfigure
impl Sync for MozAutoconfigure
impl Unpin for MozAutoconfigure
impl UnwindSafe for MozAutoconfigure
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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