Struct netsblox_vm::std_util::NetsBloxContext
source · pub struct NetsBloxContext {
pub base_url: CompactString,
pub client_id: CompactString,
pub services_url: CompactString,
pub project_name: CompactString,
pub project_id: CompactString,
pub role_name: CompactString,
pub role_id: CompactString,
}
Fields§
§base_url: CompactString
§client_id: CompactString
§services_url: CompactString
§project_name: CompactString
§project_id: CompactString
§role_name: CompactString
§role_id: CompactString
Auto Trait Implementations§
impl RefUnwindSafe for NetsBloxContext
impl Send for NetsBloxContext
impl Sync for NetsBloxContext
impl Unpin for NetsBloxContext
impl UnwindSafe for NetsBloxContext
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