pub struct Forks {
pub forks: Vec<Fork>,
}Fields§
§forks: Vec<Fork>Auto Trait Implementations§
impl Freeze for Forks
impl RefUnwindSafe for Forks
impl Send for Forks
impl Sync for Forks
impl Unpin for Forks
impl UnsafeUnpin for Forks
impl UnwindSafe for Forks
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