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