pub enum SBFileOpaque {}Auto Trait Implementations§
impl Freeze for SBFileOpaque
impl RefUnwindSafe for SBFileOpaque
impl Send for SBFileOpaque
impl Sync for SBFileOpaque
impl Unpin for SBFileOpaque
impl UnsafeUnpin for SBFileOpaque
impl UnwindSafe for SBFileOpaque
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