pub struct lastSyncId;Trait Implementations§
Source§impl Field for lastSyncId
impl Field for lastSyncId
Source§impl HasField<lastSyncId> for ProjectArchivePayload
impl HasField<lastSyncId> for ProjectArchivePayload
Auto Trait Implementations§
impl Freeze for lastSyncId
impl RefUnwindSafe for lastSyncId
impl Send for lastSyncId
impl Sync for lastSyncId
impl Unpin for lastSyncId
impl UnwindSafe for lastSyncId
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