Struct wasmcloud_interface_keyvalue::ListDelRequest [−][src]
Expand description
Removes an item from the list. If the item occurred more than once, removes only the first item. Returns true if the item was found.
Fields
list_name: String
name of list to modify
value: String
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ListDelRequest
impl Send for ListDelRequest
impl Sync for ListDelRequest
impl Unpin for ListDelRequest
impl UnwindSafe for ListDelRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self