pub struct ResponseInformation(pub String);
Tuple Fields§
§0: String
Trait Implementations§
Source§impl Clone for ResponseInformation
impl Clone for ResponseInformation
Source§fn clone(&self) -> ResponseInformation
fn clone(&self) -> ResponseInformation
Returns a copy of the value. Read more
1.0.0 · 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 ResponseInformation
impl Debug for ResponseInformation
Source§impl PartialEq for ResponseInformation
impl PartialEq for ResponseInformation
impl StructuralPartialEq for ResponseInformation
Auto Trait Implementations§
impl Freeze for ResponseInformation
impl RefUnwindSafe for ResponseInformation
impl Send for ResponseInformation
impl Sync for ResponseInformation
impl Unpin for ResponseInformation
impl UnwindSafe for ResponseInformation
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