pub struct FragmentLoop {
pub coedges: Vec<FragmentCoedge>,
}Fields§
§coedges: Vec<FragmentCoedge>Trait Implementations§
Source§impl Clone for FragmentLoop
impl Clone for FragmentLoop
Source§fn clone(&self) -> FragmentLoop
fn clone(&self) -> FragmentLoop
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FragmentLoop
impl Debug for FragmentLoop
Auto Trait Implementations§
impl !RefUnwindSafe for FragmentLoop
impl !Sync for FragmentLoop
impl Freeze for FragmentLoop
impl Send for FragmentLoop
impl Unpin for FragmentLoop
impl UnsafeUnpin for FragmentLoop
impl UnwindSafe for FragmentLoop
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