Struct hubcaps::notifications::ThreadListOptionsBuilder[][src]

pub struct ThreadListOptionsBuilder(_);

Methods

impl ThreadListOptionsBuilder
[src]

Important traits for &'a mut R

if true, show notifications marked as read. Default: false

Important traits for &'a mut R

if true, only shows notifications in which the user is directly participating or mentioned. Default: false

Important traits for &'a mut R

Only show notifications updated after the given time.

Important traits for &'a mut R

Only show notifications updated before a given time.

Trait Implementations

impl Default for ThreadListOptionsBuilder
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations