Struct power_protobuf_lib::Deps
source · pub struct Deps {
pub current_source_range: Range<usize>,
pub scopes: HashMap<String, HashMap<String, ExternalTypeRef>>,
}
Fields§
§current_source_range: Range<usize>
§scopes: HashMap<String, HashMap<String, ExternalTypeRef>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Deps
impl RefUnwindSafe for Deps
impl Send for Deps
impl Sync for Deps
impl Unpin for Deps
impl UnwindSafe for Deps
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