Struct worker::ListOptions [−][src]
pub struct ListOptions<'a> { /* fields omitted */ }
Implementations
Trait Implementations
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for ListOptions<'a>
impl<'a> Send for ListOptions<'a>
impl<'a> Sync for ListOptions<'a>
impl<'a> Unpin for ListOptions<'a>
impl<'a> UnwindSafe for ListOptions<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more