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