Struct HTTP_503_RESPONSE_VERBOSITY
#[repr(transparent)]pub struct HTTP_503_RESPONSE_VERBOSITY(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for HTTP_503_RESPONSE_VERBOSITY
impl Clone for HTTP_503_RESPONSE_VERBOSITY
§fn clone(&self) -> HTTP_503_RESPONSE_VERBOSITY
fn clone(&self) -> HTTP_503_RESPONSE_VERBOSITY
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 more§impl Debug for HTTP_503_RESPONSE_VERBOSITY
impl Debug for HTTP_503_RESPONSE_VERBOSITY
§impl Default for HTTP_503_RESPONSE_VERBOSITY
impl Default for HTTP_503_RESPONSE_VERBOSITY
§fn default() -> HTTP_503_RESPONSE_VERBOSITY
fn default() -> HTTP_503_RESPONSE_VERBOSITY
Returns the “default value” for a type. Read more
§impl PartialEq for HTTP_503_RESPONSE_VERBOSITY
impl PartialEq for HTTP_503_RESPONSE_VERBOSITY
impl Copy for HTTP_503_RESPONSE_VERBOSITY
impl Eq for HTTP_503_RESPONSE_VERBOSITY
impl StructuralPartialEq for HTTP_503_RESPONSE_VERBOSITY
Auto Trait Implementations§
impl Freeze for HTTP_503_RESPONSE_VERBOSITY
impl RefUnwindSafe for HTTP_503_RESPONSE_VERBOSITY
impl Send for HTTP_503_RESPONSE_VERBOSITY
impl Sync for HTTP_503_RESPONSE_VERBOSITY
impl Unpin for HTTP_503_RESPONSE_VERBOSITY
impl UnwindSafe for HTTP_503_RESPONSE_VERBOSITY
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