Struct lib::mattermost::session::SessionWithLogin
source · [−]pub struct SessionWithLogin {
pub base_uri: String,
/* private fields */
}Expand description
Implement a session authenticated with a login and password
Fields
base_uri: Stringbase URL of the mattermost server like https://mattermost.example.com
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SessionWithLogin
impl Send for SessionWithLogin
impl Sync for SessionWithLogin
impl Unpin for SessionWithLogin
impl UnwindSafe for SessionWithLogin
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more