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