pub struct autoCloseStateId;Trait Implementations§
Source§impl Field for autoCloseStateId
impl Field for autoCloseStateId
Auto Trait Implementations§
impl Freeze for autoCloseStateId
impl RefUnwindSafe for autoCloseStateId
impl Send for autoCloseStateId
impl Sync for autoCloseStateId
impl Unpin for autoCloseStateId
impl UnwindSafe for autoCloseStateId
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