Struct edgedb_protocol::descriptors::StateBorrow
source · pub struct StateBorrow<'a> {
pub module: &'a Option<String>,
pub aliases: &'a BTreeMap<String, String>,
pub config: &'a BTreeMap<String, Value>,
pub globals: &'a BTreeMap<String, Value>,
}
Fields§
§module: &'a Option<String>
§aliases: &'a BTreeMap<String, String>
§config: &'a BTreeMap<String, Value>
§globals: &'a BTreeMap<String, Value>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for StateBorrow<'a>
impl<'a> Send for StateBorrow<'a>
impl<'a> Sync for StateBorrow<'a>
impl<'a> Unpin for StateBorrow<'a>
impl<'a> UnwindSafe for StateBorrow<'a>
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