Struct netsblox_ast::Location
source · pub struct Location {
pub role: Option<String>,
pub entity: Option<String>,
pub collab_id: Option<String>,
pub block_type: Option<String>,
}Fields§
§role: Option<String>§entity: Option<String>§collab_id: Option<String>§block_type: Option<String>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Location
impl Send for Location
impl Sync for Location
impl Unpin for Location
impl UnwindSafe for Location
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