pub struct MockMatrix {
pub server: ServerGuard,
pub profile_endpoint: Mock,
pub login_endpoint: Mock,
pub room_members_endpoint: Mock,
pub join_room_endpoint: Mock,
pub send_message_endpoint: Mock,
}Fields§
§server: ServerGuard§profile_endpoint: Mock§login_endpoint: Mock§room_members_endpoint: Mock§join_room_endpoint: Mock§send_message_endpoint: MockImplementations§
Auto Trait Implementations§
impl !Freeze for MockMatrix
impl !RefUnwindSafe for MockMatrix
impl Send for MockMatrix
impl Sync for MockMatrix
impl Unpin for MockMatrix
impl !UnwindSafe for MockMatrix
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