pub struct Binding {
pub type_id: TypeId,
pub location: Location,
pub deprecated: bool,
pub deprecated_suggestion: String,
pub documentation_symbol: Option<String>,
}Fields§
§type_id: TypeId§location: Location§deprecated: bool§deprecated_suggestion: String§documentation_symbol: Option<String>Trait Implementations§
Auto Trait Implementations§
impl !Send for Binding
impl !Sync for Binding
impl Freeze for Binding
impl RefUnwindSafe for Binding
impl Unpin for Binding
impl UnsafeUnpin for Binding
impl UnwindSafe for Binding
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