pub struct FnRange {
pub fn_obj: Box<Obj>,
}Fields§
§fn_obj: Box<Obj>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FnRange
impl RefUnwindSafe for FnRange
impl !Send for FnRange
impl !Sync for FnRange
impl Unpin for FnRange
impl UnsafeUnpin for FnRange
impl UnwindSafe for FnRange
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