pub enum StructRefPre {}Expand description
Support for StructRefPre disabled at compile time because the gc cargo
feature was not enabled.
Auto Trait Implementations§
impl Freeze for StructRefPre
impl RefUnwindSafe for StructRefPre
impl Send for StructRefPre
impl Sync for StructRefPre
impl Unpin for StructRefPre
impl UnsafeUnpin for StructRefPre
impl UnwindSafe for StructRefPre
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