pub enum ThreadAttachmentAddOutcome {
Created,
Existing,
}Expand description
Result of attempting to associate an attachment with a thread.
Variants§
Trait Implementations§
Source§impl Clone for ThreadAttachmentAddOutcome
impl Clone for ThreadAttachmentAddOutcome
Source§fn clone(&self) -> ThreadAttachmentAddOutcome
fn clone(&self) -> ThreadAttachmentAddOutcome
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 ThreadAttachmentAddOutcome
impl Debug for ThreadAttachmentAddOutcome
Source§impl<'de> Deserialize<'de> for ThreadAttachmentAddOutcome
impl<'de> Deserialize<'de> for ThreadAttachmentAddOutcome
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ThreadAttachmentAddOutcome
impl StructuralPartialEq for ThreadAttachmentAddOutcome
Auto Trait Implementations§
impl Freeze for ThreadAttachmentAddOutcome
impl RefUnwindSafe for ThreadAttachmentAddOutcome
impl Send for ThreadAttachmentAddOutcome
impl Sync for ThreadAttachmentAddOutcome
impl Unpin for ThreadAttachmentAddOutcome
impl UnsafeUnpin for ThreadAttachmentAddOutcome
impl UnwindSafe for ThreadAttachmentAddOutcome
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