pub struct RecordRef {
pub id: String,
pub state: String,
}Expand description
Reference to a specific version of a JMAP record.
Fields§
§id: String§state: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for RecordRef
impl RefUnwindSafe for RecordRef
impl Send for RecordRef
impl Sync for RecordRef
impl Unpin for RecordRef
impl UnwindSafe for RecordRef
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