Docs.rs
  • jmap-client-0.1.0
    • jmap-client 0.1.0
    • Docs.rs crate page
    • Apache-2.0 OR MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • mdecimus
    • Dependencies
      • ahash ^0.8 normal
      • async-stream ^0.3 normal
      • base64 ^0.13 normal
      • chrono ^0.4 normal
      • futures-util ^0.3 normal
      • parking_lot ^0.12 normal
      • reqwest ^0.11 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • tokio ^1.16 normal
      • tokio-tungstenite ^0.17 normal
    • Versions
    • 0.06% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

SetObject

Required Associated Types

  • SetArguments

Required Methods

  • create_id
  • new

Implementors

In jmap_client::core::set

logo
Change settings

Trait jmap_client::core::set::SetObject

source · [−]
pub trait SetObject: Object {
    type SetArguments: Default;

    fn new(create_id: Option<usize>) -> Self;
    fn create_id(&self) -> Option<String>;
}

Required Associated Types

source

type SetArguments: Default

Required Methods

source

fn new(create_id: Option<usize>) -> Self

source

fn create_id(&self) -> Option<String>

Implementors

source

impl SetObject for Email<Get>

type SetArguments = ()

source

impl SetObject for Email<Set>

type SetArguments = ()

source

impl SetObject for EmailSubmission<Get>

type SetArguments = SetArguments

source

impl SetObject for EmailSubmission<Set>

type SetArguments = SetArguments

source

impl SetObject for Identity<Get>

type SetArguments = ()

source

impl SetObject for Identity<Set>

type SetArguments = ()

source

impl SetObject for Mailbox<Get>

type SetArguments = SetArguments

source

impl SetObject for Mailbox<Set>

type SetArguments = SetArguments

source

impl SetObject for Principal<Get>

type SetArguments = ()

source

impl SetObject for Principal<Set>

type SetArguments = ()

source

impl SetObject for PushSubscription<Get>

type SetArguments = SetArguments

source

impl SetObject for PushSubscription<Set>

type SetArguments = SetArguments

source

impl SetObject for VacationResponse<Get>

type SetArguments = ()

source

impl SetObject for VacationResponse<Set>

type SetArguments = ()