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