pub struct CursiveAnchorSet<'a> { /* private fields */ }
Expand description
A list of entry and exit Anchor
pairs.
Implementations§
Source§impl<'a> CursiveAnchorSet<'a>
impl<'a> CursiveAnchorSet<'a>
Trait Implementations§
Source§impl<'a> Clone for CursiveAnchorSet<'a>
impl<'a> Clone for CursiveAnchorSet<'a>
Source§fn clone(&self) -> CursiveAnchorSet<'a>
fn clone(&self) -> CursiveAnchorSet<'a>
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 CursiveAnchorSet<'_>
impl Debug for CursiveAnchorSet<'_>
impl<'a> Copy for CursiveAnchorSet<'a>
Auto Trait Implementations§
impl<'a> Freeze for CursiveAnchorSet<'a>
impl<'a> RefUnwindSafe for CursiveAnchorSet<'a>
impl<'a> Send for CursiveAnchorSet<'a>
impl<'a> Sync for CursiveAnchorSet<'a>
impl<'a> Unpin for CursiveAnchorSet<'a>
impl<'a> UnwindSafe for CursiveAnchorSet<'a>
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