pub enum WithAnchor {
Corner(Corner),
Pair(Expr, Expr),
Place(Place),
Plain,
}Expand description
The reference point on an object used by with … at ….
Variants§
Trait Implementations§
Source§impl Clone for WithAnchor
impl Clone for WithAnchor
Source§fn clone(&self) -> WithAnchor
fn clone(&self) -> WithAnchor
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 WithAnchor
impl Debug for WithAnchor
Source§impl PartialEq for WithAnchor
impl PartialEq for WithAnchor
impl StructuralPartialEq for WithAnchor
Auto Trait Implementations§
impl Freeze for WithAnchor
impl RefUnwindSafe for WithAnchor
impl Send for WithAnchor
impl Sync for WithAnchor
impl Unpin for WithAnchor
impl UnsafeUnpin for WithAnchor
impl UnwindSafe for WithAnchor
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