pub struct service;Trait Implementations§
Source§impl HasField<service> for ExternalEntityInfo
impl HasField<service> for ExternalEntityInfo
Source§type Type = ExternalSyncService
type Type = ExternalSyncService
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for service
impl RefUnwindSafe for service
impl Send for service
impl Sync for service
impl Unpin for service
impl UnwindSafe for service
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