Struct lib::mattermost::session::SessionWithToken
source · [−]pub struct SessionWithToken {
pub base_uri: String,
/* private fields */
}Expand description
Implement Session authenticated with a private access token.
Fields
base_uri: Stringbase URL of the mattermost server like https://mattermost.example.com
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SessionWithToken
impl Send for SessionWithToken
impl Sync for SessionWithToken
impl Unpin for SessionWithToken
impl UnwindSafe for SessionWithToken
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