pub struct PhoneServiceSubmittedValue {
pub name: String,
pub value: String,
}Expand description
One submitted name/value pair whose value is redacted from diagnostics.
Fields§
§name: String§value: StringPercent-decoded value redacted from Debug output.
Trait Implementations§
Source§impl Clone for PhoneServiceSubmittedValue
impl Clone for PhoneServiceSubmittedValue
Source§fn clone(&self) -> PhoneServiceSubmittedValue
fn clone(&self) -> PhoneServiceSubmittedValue
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 PhoneServiceSubmittedValue
impl Debug for PhoneServiceSubmittedValue
impl Eq for PhoneServiceSubmittedValue
impl StructuralPartialEq for PhoneServiceSubmittedValue
Auto Trait Implementations§
impl Freeze for PhoneServiceSubmittedValue
impl RefUnwindSafe for PhoneServiceSubmittedValue
impl Send for PhoneServiceSubmittedValue
impl Sync for PhoneServiceSubmittedValue
impl Unpin for PhoneServiceSubmittedValue
impl UnsafeUnpin for PhoneServiceSubmittedValue
impl UnwindSafe for PhoneServiceSubmittedValue
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