pub enum AttachPosition {
Append,
Prepend,
}Variants§
Auto Trait Implementations§
impl Freeze for AttachPosition
impl RefUnwindSafe for AttachPosition
impl Send for AttachPosition
impl Sync for AttachPosition
impl Unpin for AttachPosition
impl UnsafeUnpin for AttachPosition
impl UnwindSafe for AttachPosition
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