pub struct RequireCycle {
pub location: Location,
pub path: Vec<ModuleName>,
}Fields§
§location: Location§path: Vec<ModuleName>Trait Implementations§
Source§impl Clone for RequireCycle
impl Clone for RequireCycle
Source§fn clone(&self) -> RequireCycle
fn clone(&self) -> RequireCycle
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 moreAuto Trait Implementations§
impl Freeze for RequireCycle
impl RefUnwindSafe for RequireCycle
impl Send for RequireCycle
impl Sync for RequireCycle
impl Unpin for RequireCycle
impl UnsafeUnpin for RequireCycle
impl UnwindSafe for RequireCycle
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