Enum imap_codec::flag::StoreResponse
source · pub enum StoreResponse {
Answer,
Silent,
}
Variants§
Trait Implementations§
source§impl<'arbitrary> Arbitrary<'arbitrary> for StoreResponse
impl<'arbitrary> Arbitrary<'arbitrary> for StoreResponse
source§fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<StoreResponse, Error>
fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<StoreResponse, Error>
Generate an arbitrary value of
Self
from the given unstructured data. Read moresource§fn arbitrary_take_rest(
u: Unstructured<'arbitrary>
) -> Result<StoreResponse, Error>
fn arbitrary_take_rest( u: Unstructured<'arbitrary> ) -> Result<StoreResponse, Error>
Generate an arbitrary value of
Self
from the entirety of the given
unstructured data. Read moresource§impl Clone for StoreResponse
impl Clone for StoreResponse
source§fn clone(&self) -> StoreResponse
fn clone(&self) -> StoreResponse
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 StoreResponse
impl Debug for StoreResponse
source§impl<'de> Deserialize<'de> for StoreResponse
impl<'de> Deserialize<'de> for StoreResponse
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<StoreResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<StoreResponse, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for StoreResponse
impl Hash for StoreResponse
source§impl IntoBoundedStatic for StoreResponse
impl IntoBoundedStatic for StoreResponse
§type Static = StoreResponse
type Static = StoreResponse
The target type is bounded by the
'static
lifetime.source§fn into_static(self) -> <StoreResponse as IntoBoundedStatic>::Static
fn into_static(self) -> <StoreResponse as IntoBoundedStatic>::Static
Convert an owned
T
into an owned T
such that T: 'static
.source§impl PartialEq<StoreResponse> for StoreResponse
impl PartialEq<StoreResponse> for StoreResponse
source§fn eq(&self, other: &StoreResponse) -> bool
fn eq(&self, other: &StoreResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for StoreResponse
impl Serialize for StoreResponse
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more
source§impl ToBoundedStatic for StoreResponse
impl ToBoundedStatic for StoreResponse
§type Static = StoreResponse
type Static = StoreResponse
The target type is bounded by the
'static
lifetime.source§fn to_static(&self) -> <StoreResponse as ToBoundedStatic>::Static
fn to_static(&self) -> <StoreResponse as ToBoundedStatic>::Static
Convert an
&T
to an owned T
such that T: 'static
.impl Copy for StoreResponse
impl Eq for StoreResponse
impl StructuralEq for StoreResponse
impl StructuralPartialEq for StoreResponse
Auto Trait Implementations§
impl RefUnwindSafe for StoreResponse
impl Send for StoreResponse
impl Sync for StoreResponse
impl Unpin for StoreResponse
impl UnwindSafe for StoreResponse
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