pub struct KeyPayload {
pub collection: String,
pub id: String,
}Fields§
§collection: String§id: StringTrait Implementations§
Source§impl Clone for KeyPayload
impl Clone for KeyPayload
Source§fn clone(&self) -> KeyPayload
fn clone(&self) -> KeyPayload
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 KeyPayload
impl Debug for KeyPayload
impl Eq for KeyPayload
Source§impl PartialEq for KeyPayload
impl PartialEq for KeyPayload
Source§fn eq(&self, other: &KeyPayload) -> bool
fn eq(&self, other: &KeyPayload) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for KeyPayload
Auto Trait Implementations§
impl Freeze for KeyPayload
impl RefUnwindSafe for KeyPayload
impl Send for KeyPayload
impl Sync for KeyPayload
impl Unpin for KeyPayload
impl UnsafeUnpin for KeyPayload
impl UnwindSafe for KeyPayload
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