pub struct ResponseSubject(/* private fields */);Expand description
The -70005 response subject (tstr, non-empty).
Implementations§
Source§impl ResponseSubject
impl ResponseSubject
Sourcepub fn new(subject: String) -> Result<Self, ProfileError>
pub fn new(subject: String) -> Result<Self, ProfileError>
Trait Implementations§
Source§impl Clone for ResponseSubject
impl Clone for ResponseSubject
Source§fn clone(&self) -> ResponseSubject
fn clone(&self) -> ResponseSubject
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 ResponseSubject
impl Debug for ResponseSubject
impl Eq for ResponseSubject
Source§impl Hash for ResponseSubject
impl Hash for ResponseSubject
Source§impl Ord for ResponseSubject
impl Ord for ResponseSubject
Source§fn cmp(&self, other: &ResponseSubject) -> Ordering
fn cmp(&self, other: &ResponseSubject) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ResponseSubject
impl PartialEq for ResponseSubject
Source§fn eq(&self, other: &ResponseSubject) -> bool
fn eq(&self, other: &ResponseSubject) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ResponseSubject
impl PartialOrd for ResponseSubject
impl StructuralPartialEq for ResponseSubject
Auto Trait Implementations§
impl Freeze for ResponseSubject
impl RefUnwindSafe for ResponseSubject
impl Send for ResponseSubject
impl Sync for ResponseSubject
impl Unpin for ResponseSubject
impl UnsafeUnpin for ResponseSubject
impl UnwindSafe for ResponseSubject
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