pub struct ProviderSection {
pub provider: String,
pub token: String,
pub alias_prefix: String,
pub user: String,
pub identity_file: String,
}Expand description
A configured provider section from ~/.purple/providers.
Fields§
§provider: String§token: String§alias_prefix: String§user: String§identity_file: StringTrait Implementations§
Source§impl Clone for ProviderSection
impl Clone for ProviderSection
Source§fn clone(&self) -> ProviderSection
fn clone(&self) -> ProviderSection
Returns a duplicate of the value. Read more
1.0.0 · 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 ProviderSection
impl RefUnwindSafe for ProviderSection
impl Send for ProviderSection
impl Sync for ProviderSection
impl Unpin for ProviderSection
impl UnsafeUnpin for ProviderSection
impl UnwindSafe for ProviderSection
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