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§
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 Freeze for GitQLObject
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