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