pub struct GatherContext {
pub vis: Publicity,
pub scope: Time,
}Fields§
§vis: Publicity§scope: TimeAuto Trait Implementations§
impl Freeze for GatherContext
impl RefUnwindSafe for GatherContext
impl Send for GatherContext
impl Sync for GatherContext
impl Unpin for GatherContext
impl UnsafeUnpin for GatherContext
impl UnwindSafe for GatherContext
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