pub struct DeldatastoreRequest {
pub generation: Option<u64>,
pub key: Vec<String>,
}Fields§
§generation: Option<u64>§key: Vec<String>Trait Implementations§
Source§impl Clone for DeldatastoreRequest
impl Clone for DeldatastoreRequest
Source§fn clone(&self) -> DeldatastoreRequest
fn clone(&self) -> DeldatastoreRequest
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DeldatastoreRequest
impl Debug for DeldatastoreRequest
Source§impl<'de> Deserialize<'de> for DeldatastoreRequest
impl<'de> Deserialize<'de> for DeldatastoreRequest
Source§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
Source§impl From<DeldatastoreRequest> for Request
impl From<DeldatastoreRequest> for Request
Source§fn from(r: DeldatastoreRequest) -> Self
fn from(r: DeldatastoreRequest) -> Self
Converts to this type from the input type.
Source§impl IntoRequest for DeldatastoreRequest
impl IntoRequest for DeldatastoreRequest
Source§impl Serialize for DeldatastoreRequest
impl Serialize for DeldatastoreRequest
Source§impl TypedRequest for DeldatastoreRequest
impl TypedRequest for DeldatastoreRequest
Auto Trait Implementations§
impl Freeze for DeldatastoreRequest
impl RefUnwindSafe for DeldatastoreRequest
impl Send for DeldatastoreRequest
impl Sync for DeldatastoreRequest
impl Unpin for DeldatastoreRequest
impl UnwindSafe for DeldatastoreRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more