pub struct MessagingSurfaceId {
pub provider: String,
pub account_id: String,
pub conversation_id: String,
}Fields§
§provider: String§account_id: String§conversation_id: StringTrait Implementations§
Source§impl Clone for MessagingSurfaceId
impl Clone for MessagingSurfaceId
Source§fn clone(&self) -> MessagingSurfaceId
fn clone(&self) -> MessagingSurfaceId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MessagingSurfaceId
impl Debug for MessagingSurfaceId
impl Eq for MessagingSurfaceId
Source§impl PartialEq for MessagingSurfaceId
impl PartialEq for MessagingSurfaceId
impl StructuralPartialEq for MessagingSurfaceId
Auto Trait Implementations§
impl Freeze for MessagingSurfaceId
impl RefUnwindSafe for MessagingSurfaceId
impl Send for MessagingSurfaceId
impl Sync for MessagingSurfaceId
impl Unpin for MessagingSurfaceId
impl UnsafeUnpin for MessagingSurfaceId
impl UnwindSafe for MessagingSurfaceId
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