struct TypedGlobalVariableParts {
ty_name: String,
var_name: String,
}Fields§
§ty_name: String§var_name: StringAuto Trait Implementations§
impl Freeze for TypedGlobalVariableParts
impl RefUnwindSafe for TypedGlobalVariableParts
impl Send for TypedGlobalVariableParts
impl Sync for TypedGlobalVariableParts
impl Unpin for TypedGlobalVariableParts
impl UnsafeUnpin for TypedGlobalVariableParts
impl UnwindSafe for TypedGlobalVariableParts
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