pub struct PhoneE164TextAsStructString(pub String);Tuple Fields§
§0: StringAuto Trait Implementations§
impl Freeze for PhoneE164TextAsStructString
impl RefUnwindSafe for PhoneE164TextAsStructString
impl Send for PhoneE164TextAsStructString
impl Sync for PhoneE164TextAsStructString
impl Unpin for PhoneE164TextAsStructString
impl UnwindSafe for PhoneE164TextAsStructString
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