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 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 moreimpl Copy for ArtifactAttachment
Source§impl Debug for ArtifactAttachment
impl Debug for ArtifactAttachment
impl Eq for ArtifactAttachment
Source§impl PartialEq for ArtifactAttachment
impl PartialEq 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 UnsafeUnpin 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