pub struct SurrealSyncKeyRecord {
pub sync_key: String,
}Fields§
§sync_key: StringTrait Implementations§
Source§impl Clone for SurrealSyncKeyRecord
impl Clone for SurrealSyncKeyRecord
Source§fn clone(&self) -> SurrealSyncKeyRecord
fn clone(&self) -> SurrealSyncKeyRecord
Returns a duplicate 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 SurrealSyncKeyRecord
impl Debug for SurrealSyncKeyRecord
Source§impl<'de> Deserialize<'de> for SurrealSyncKeyRecord
impl<'de> Deserialize<'de> for SurrealSyncKeyRecord
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
Auto Trait Implementations§
impl Freeze for SurrealSyncKeyRecord
impl RefUnwindSafe for SurrealSyncKeyRecord
impl Send for SurrealSyncKeyRecord
impl Sync for SurrealSyncKeyRecord
impl Unpin for SurrealSyncKeyRecord
impl UnsafeUnpin for SurrealSyncKeyRecord
impl UnwindSafe for SurrealSyncKeyRecord
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