Struct cargonauts::_internal::CollectionDocument
[−]
[src]
pub struct CollectionDocument<T: Resource> where Resource<T>: Wrapper<T> { // some fields omitted }
Methods
impl<T> CollectionDocument<T> where T: Resource, Resource<T>: Wrapper<T>[src]
Trait Implementations
impl<T> Serialize for CollectionDocument<T> where T: Resource, Resource<T>: Wrapper<T>[src]
fn serialize<S: Serializer>(&self, serializer: &mut S) -> Result<(), S::Error>
Serializes this value into this serializer.