Struct gitql_ast::object::GitQLObject
source · pub struct GitQLObject {
pub titles: Vec<String>,
pub groups: Vec<Group>,
}
Expand description
In memory representation of the GitQL Object which has titles and groups
Fields§
§titles: Vec<String>
§groups: Vec<Group>
Implementations§
source§impl GitQLObject
impl GitQLObject
Trait Implementations§
source§impl Default for GitQLObject
impl Default for GitQLObject
source§fn default() -> GitQLObject
fn default() -> GitQLObject
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for GitQLObject
impl Send for GitQLObject
impl Sync for GitQLObject
impl Unpin for GitQLObject
impl UnwindSafe for GitQLObject
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