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