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