pub struct TelescopeExt2 {
pub binders: Vec<BinderExtExt2>,
}Expand description
A telescope: a sequence of binders.
Fields§
§binders: Vec<BinderExtExt2>The binders in order
Implementations§
Source§impl TelescopeExt2
impl TelescopeExt2
Sourcepub fn push(&mut self, b: BinderExtExt2)
pub fn push(&mut self, b: BinderExtExt2)
Add a binder.
Trait Implementations§
Source§impl Clone for TelescopeExt2
impl Clone for TelescopeExt2
Source§fn clone(&self) -> TelescopeExt2
fn clone(&self) -> TelescopeExt2
Returns a duplicate 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 TelescopeExt2
impl Debug for TelescopeExt2
Source§impl Default for TelescopeExt2
impl Default for TelescopeExt2
Source§fn default() -> TelescopeExt2
fn default() -> TelescopeExt2
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TelescopeExt2
impl RefUnwindSafe for TelescopeExt2
impl Send for TelescopeExt2
impl Sync for TelescopeExt2
impl Unpin for TelescopeExt2
impl UnsafeUnpin for TelescopeExt2
impl UnwindSafe for TelescopeExt2
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