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