pub struct edges;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for edges
impl RefUnwindSafe for edges
impl Send for edges
impl Sync for edges
impl Unpin for edges
impl UnwindSafe for edges
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