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