pub struct InterfaceTypeAndFragments { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for InterfaceTypeAndFragments
impl Send for InterfaceTypeAndFragments
impl Sync for InterfaceTypeAndFragments
impl Unpin for InterfaceTypeAndFragments
impl UnwindSafe for InterfaceTypeAndFragments
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