pub enum ArtifactAttachment {
Left,
Top,
Right,
Bottom,
}
Expand description
Where a layout Artifact
is attached to the page edge.
Variants§
Trait Implementations§
source§impl Clone for ArtifactAttachment
impl Clone for ArtifactAttachment
source§fn clone(&self) -> ArtifactAttachment
fn clone(&self) -> ArtifactAttachment
Returns a copy of the value. Read more
1.6.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 ArtifactAttachment
impl Debug for ArtifactAttachment
source§impl PartialEq for ArtifactAttachment
impl PartialEq for ArtifactAttachment
impl Copy for ArtifactAttachment
impl Eq for ArtifactAttachment
impl StructuralPartialEq for ArtifactAttachment
Auto Trait Implementations§
impl Freeze for ArtifactAttachment
impl RefUnwindSafe for ArtifactAttachment
impl Send for ArtifactAttachment
impl Sync for ArtifactAttachment
impl Unpin for ArtifactAttachment
impl UnwindSafe for ArtifactAttachment
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)