Struct ExTrN
pub struct ExTrN<'ex> { /* private fields */ }Expand description
Default-param extender for Object::tr_n_ex.
Implementations§
Auto Trait Implementations§
impl<'ex> Freeze for ExTrN<'ex>
impl<'ex> RefUnwindSafe for ExTrN<'ex>
impl<'ex> !Send for ExTrN<'ex>
impl<'ex> !Sync for ExTrN<'ex>
impl<'ex> Unpin for ExTrN<'ex>
impl<'ex> UnwindSafe for ExTrN<'ex>
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