pub struct LeaveRoomSettings<'a> {
pub room: BareJid,
pub status: Option<(&'a str, &'a str)>,
}
Fields§
§room: BareJid
§status: Option<(&'a str, &'a str)>
Implementations§
Source§impl<'a> LeaveRoomSettings<'a>
impl<'a> LeaveRoomSettings<'a>
Trait Implementations§
Source§impl<'a> Clone for LeaveRoomSettings<'a>
impl<'a> Clone for LeaveRoomSettings<'a>
Source§fn clone(&self) -> LeaveRoomSettings<'a>
fn clone(&self) -> LeaveRoomSettings<'a>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl<'a> Freeze for LeaveRoomSettings<'a>
impl<'a> RefUnwindSafe for LeaveRoomSettings<'a>
impl<'a> Send for LeaveRoomSettings<'a>
impl<'a> Sync for LeaveRoomSettings<'a>
impl<'a> Unpin for LeaveRoomSettings<'a>
impl<'a> UnwindSafe for LeaveRoomSettings<'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