pub enum AttachmentContainerKind {
Items,
Stmts,
}Variants§
Trait Implementations§
Source§impl Clone for AttachmentContainerKind
impl Clone for AttachmentContainerKind
Source§fn clone(&self) -> AttachmentContainerKind
fn clone(&self) -> AttachmentContainerKind
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 AttachmentContainerKind
impl Debug for AttachmentContainerKind
Source§impl PartialEq for AttachmentContainerKind
impl PartialEq for AttachmentContainerKind
Source§fn eq(&self, other: &AttachmentContainerKind) -> bool
fn eq(&self, other: &AttachmentContainerKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AttachmentContainerKind
impl Eq for AttachmentContainerKind
impl StructuralPartialEq for AttachmentContainerKind
Auto Trait Implementations§
impl Freeze for AttachmentContainerKind
impl RefUnwindSafe for AttachmentContainerKind
impl Send for AttachmentContainerKind
impl Sync for AttachmentContainerKind
impl Unpin for AttachmentContainerKind
impl UnsafeUnpin for AttachmentContainerKind
impl UnwindSafe for AttachmentContainerKind
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