Struct chandeliers_err::Cycle
source · pub struct Cycle<Items> {
pub items: Items,
}Expand description
Generate an error for a cyclic definition.
Fields§
§items: ItemsA (not necessarily ordered) cycle.
Trait Implementations§
Auto Trait Implementations§
impl<Items> RefUnwindSafe for Cycle<Items>where Items: RefUnwindSafe,
impl<Items> Send for Cycle<Items>where Items: Send,
impl<Items> Sync for Cycle<Items>where Items: Sync,
impl<Items> Unpin for Cycle<Items>where Items: Unpin,
impl<Items> UnwindSafe for Cycle<Items>where Items: UnwindSafe,
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