Enum imap_types::rfc3501::flag::StoreResponse
source · [−]pub enum StoreResponse {
Answer,
Silent,
}Variants
Answer
Silent
Trait Implementations
sourceimpl Clone for StoreResponse
impl Clone for StoreResponse
sourcefn clone(&self) -> StoreResponse
fn clone(&self) -> StoreResponse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for StoreResponse
impl Debug for StoreResponse
sourceimpl Hash for StoreResponse
impl Hash for StoreResponse
sourceimpl PartialEq<StoreResponse> for StoreResponse
impl PartialEq<StoreResponse> for StoreResponse
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more