Struct mas_matrix::MatrixUser
source · pub struct MatrixUser {
pub displayname: Option<String>,
pub avatar_url: Option<String>,
pub deactivated: bool,
}
Fields§
§displayname: Option<String>
§avatar_url: Option<String>
§deactivated: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MatrixUser
impl RefUnwindSafe for MatrixUser
impl Send for MatrixUser
impl Sync for MatrixUser
impl Unpin for MatrixUser
impl UnwindSafe for MatrixUser
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