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