Struct stc_ts_types::CheckCheapClone
source · [−]pub(crate) struct CheckCheapClone {
pub(crate) cheap: bool,
}
Fields
cheap: bool
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CheckCheapClone
impl Send for CheckCheapClone
impl Sync for CheckCheapClone
impl Unpin for CheckCheapClone
impl UnwindSafe for CheckCheapClone
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more