pub enum AttachmentErrorLocation {
Color {
index: usize,
resolve: bool,
},
Depth,
}
Expand description
Describes an attachment location in words.
Can be used as “the {loc} has…” or “{loc} has…”
Variants§
Trait Implementations§
source§impl Clone for AttachmentErrorLocation
impl Clone for AttachmentErrorLocation
source§fn clone(&self) -> AttachmentErrorLocation
fn clone(&self) -> AttachmentErrorLocation
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 AttachmentErrorLocation
impl Debug for AttachmentErrorLocation
source§impl Display for AttachmentErrorLocation
impl Display for AttachmentErrorLocation
impl Copy for AttachmentErrorLocation
Auto Trait Implementations§
impl Freeze for AttachmentErrorLocation
impl RefUnwindSafe for AttachmentErrorLocation
impl Send for AttachmentErrorLocation
impl Sync for AttachmentErrorLocation
impl Unpin for AttachmentErrorLocation
impl UnwindSafe for AttachmentErrorLocation
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