pub struct ApiClientCallEntry {
pub id: String,
pub namespace: String,
pub method: Option<String>,
pub target: String,
pub caller: String,
pub library: String,
}Expand description
A row in the api_client_calls table.
Fields§
§id: String§namespace: String§method: Option<String>§target: String§caller: String§library: StringTrait Implementations§
Source§impl Clone for ApiClientCallEntry
impl Clone for ApiClientCallEntry
Source§fn clone(&self) -> ApiClientCallEntry
fn clone(&self) -> ApiClientCallEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ApiClientCallEntry
impl RefUnwindSafe for ApiClientCallEntry
impl Send for ApiClientCallEntry
impl Sync for ApiClientCallEntry
impl Unpin for ApiClientCallEntry
impl UnsafeUnpin for ApiClientCallEntry
impl UnwindSafe for ApiClientCallEntry
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