Struct matrix_sdk_base::debug::DebugInvitedRoom
source · pub struct DebugInvitedRoom<'a>(pub &'a InvitedRoom);
Expand description
A wrapper around an invited room as found in /sync
responses that
implements Debug
in a way that only prints the event ID and event type for
the raw events contained in invite_state
.
Tuple Fields§
§0: &'a InvitedRoom
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for DebugInvitedRoom<'a>
impl<'a> Send for DebugInvitedRoom<'a>
impl<'a> Sync for DebugInvitedRoom<'a>
impl<'a> Unpin for DebugInvitedRoom<'a>
impl<'a> UnwindSafe for DebugInvitedRoom<'a>
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