pub struct ScanMeta {
pub actors: usize,
}Fields§
§actors: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for ScanMeta
impl RefUnwindSafe for ScanMeta
impl Send for ScanMeta
impl Sync for ScanMeta
impl Unpin for ScanMeta
impl UnwindSafe for ScanMeta
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