Struct rust_rcs_client::messaging::cpm::sip::cpm_contact::CPMContact
source · pub struct CPMContact {
pub service_uri: Vec<u8>,
pub service_type: CPMServiceType,
pub service_support_message_revoke: bool,
pub service_support_network_fallback: bool,
}
Fields§
§service_uri: Vec<u8>
§service_type: CPMServiceType
§service_support_message_revoke: bool
§service_support_network_fallback: bool
Auto Trait Implementations§
impl RefUnwindSafe for CPMContact
impl Send for CPMContact
impl Sync for CPMContact
impl Unpin for CPMContact
impl UnwindSafe for CPMContact
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