pub struct ListGroup {
pub limit: Option<u32>,
pub offset: Option<u32>,
pub group_ids: Vec<Uuid>,
pub name: Option<String>,
pub focused_language: Option<Language>,
pub includes: Vec<ReferenceExpansionResource>,
pub order: Option<GroupSortOrder>,
/* private fields */
}
Fields§
§limit: Option<u32>
§offset: Option<u32>
§group_ids: Vec<Uuid>
§name: Option<String>
§focused_language: Option<Language>
Language the scanlation primarily translates or uploads works into.
includes: Vec<ReferenceExpansionResource>
§order: Option<GroupSortOrder>
Implementations§
Trait Implementations§
Source§impl Endpoint for ListGroup
impl Endpoint for ListGroup
Auto Trait Implementations§
impl Freeze for ListGroup
impl !RefUnwindSafe for ListGroup
impl !Send for ListGroup
impl !Sync for ListGroup
impl Unpin for ListGroup
impl !UnwindSafe for ListGroup
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