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