#[repr(C)]pub struct rbs_node {
pub type_: Type,
pub location: rbs_location_range,
}Fields§
§type_: Type§location: rbs_location_rangeTrait Implementations§
Auto Trait Implementations§
impl Freeze for rbs_node
impl RefUnwindSafe for rbs_node
impl Send for rbs_node
impl Sync for rbs_node
impl Unpin for rbs_node
impl UnsafeUnpin for rbs_node
impl UnwindSafe for rbs_node
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