mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
feat(builders): request type handling part 1
Now we will generate proper resoure methods builder calls to instaniate the more or less valid method builders. However, it doesn't compile yet, and the 'to_parts()' method on resources is still missing.
This commit is contained in:
@@ -21,7 +21,7 @@ pub trait Resource: MarkerTrait {}
|
||||
pub trait ResponseResult: MarkerTrait {}
|
||||
|
||||
/// Identifies types which are used in API requests.
|
||||
pub trait RequestResult: MarkerTrait {}
|
||||
pub trait RequestValue: MarkerTrait {}
|
||||
|
||||
/// Identifies types which are only used as part of other types, which
|
||||
/// usually are carrying the `Resource` trait.
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user