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