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 Freeze for SessionWithToken
impl RefUnwindSafe for SessionWithToken
impl Send for SessionWithToken
impl Sync for SessionWithToken
impl Unpin for SessionWithToken
impl UnwindSafe for SessionWithToken
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