pub struct Apply<'a, 'b, 'c> {
pub from: ApplyFrom,
pub scope: Option<&'c mut Scope<'a, 'b>>,
}
Fields§
§from: ApplyFrom
§scope: Option<&'c mut Scope<'a, 'b>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'b, 'c> Freeze for Apply<'a, 'b, 'c>
impl<'a, 'b, 'c> !RefUnwindSafe for Apply<'a, 'b, 'c>
impl<'a, 'b, 'c> !Send for Apply<'a, 'b, 'c>
impl<'a, 'b, 'c> !Sync for Apply<'a, 'b, 'c>
impl<'a, 'b, 'c> Unpin for Apply<'a, 'b, 'c>
impl<'a, 'b, 'c> !UnwindSafe for Apply<'a, 'b, 'c>
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