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