pub struct RejectType;Trait Implementations§
Source§impl Clone for RejectType
impl Clone for RejectType
Source§fn clone(&self) -> RejectType
fn clone(&self) -> RejectType
Returns a duplicate 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 RejectType
impl Debug for RejectType
Source§impl Default for RejectType
impl Default for RejectType
Source§fn default() -> RejectType
fn default() -> RejectType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RejectType
impl<'de> Deserialize<'de> for RejectType
Source§fn deserialize<D>(deserializer: D) -> Result<RejectType, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<RejectType, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RejectType
impl RefUnwindSafe for RejectType
impl Send for RejectType
impl Sync for RejectType
impl Unpin for RejectType
impl UnwindSafe for RejectType
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