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 Freeze for CPMContact
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