Enum matrix_sdk_test::SyncResponseFile
source · [−]pub enum SyncResponseFile {
All,
Default,
DefaultWithSummary,
Invite,
Leave,
Voip,
}
Expand description
Embedded sync response files
Variants
All
Default
DefaultWithSummary
Invite
Leave
Voip
Auto Trait Implementations
impl RefUnwindSafe for SyncResponseFile
impl Send for SyncResponseFile
impl Sync for SyncResponseFile
impl Unpin for SyncResponseFile
impl UnwindSafe for SyncResponseFile
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more