pub struct StatusList<'a> { /* private fields */ }Expand description
Type for list of elements of the <status> tag for contact update request
Trait Implementations§
Source§impl<'a> Debug for StatusList<'a>
impl<'a> Debug for StatusList<'a>
Auto Trait Implementations§
impl<'a> Freeze for StatusList<'a>
impl<'a> RefUnwindSafe for StatusList<'a>
impl<'a> Send for StatusList<'a>
impl<'a> Sync for StatusList<'a>
impl<'a> Unpin for StatusList<'a>
impl<'a> UnwindSafe for StatusList<'a>
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