pub struct Ubind {
pub ty: String,
}Fields§
§ty: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for Ubind
impl RefUnwindSafe for Ubind
impl !Send for Ubind
impl !Sync for Ubind
impl Unpin for Ubind
impl UnwindSafe for Ubind
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