pub struct CloneState { /* private fields */ }Implementations§
Source§impl CloneState
impl CloneState
pub fn new(builtin_types: &mut BuiltinTypes) -> Self
Trait Implementations§
Auto Trait Implementations§
impl !Send for CloneState
impl !Sync for CloneState
impl Freeze for CloneState
impl RefUnwindSafe for CloneState
impl Unpin for CloneState
impl UnsafeUnpin for CloneState
impl UnwindSafe for CloneState
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