pub struct AccessLogEntryCreateInfo {
pub write_context: String,
}Expand description
AccessLogEntryCreateInfo : information available if the operation is of type "create".
Fields§
§write_context: StringAn identifier for a write context that might be imported from a peer domain. If it is, it will bear an imported resource prefix (either a domain identifier or an alias, followed by ::)
Implementations§
source§impl AccessLogEntryCreateInfo
impl AccessLogEntryCreateInfo
sourcepub fn new(write_context: String) -> AccessLogEntryCreateInfo
pub fn new(write_context: String) -> AccessLogEntryCreateInfo
information available if the operation is of type "create".
Trait Implementations§
source§impl Clone for AccessLogEntryCreateInfo
impl Clone for AccessLogEntryCreateInfo
source§fn clone(&self) -> AccessLogEntryCreateInfo
fn clone(&self) -> AccessLogEntryCreateInfo
Returns a copy 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 moresource§impl Debug for AccessLogEntryCreateInfo
impl Debug for AccessLogEntryCreateInfo
source§impl Default for AccessLogEntryCreateInfo
impl Default for AccessLogEntryCreateInfo
source§fn default() -> AccessLogEntryCreateInfo
fn default() -> AccessLogEntryCreateInfo
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AccessLogEntryCreateInfo
impl<'de> Deserialize<'de> for AccessLogEntryCreateInfo
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for AccessLogEntryCreateInfo
impl PartialEq for AccessLogEntryCreateInfo
source§fn eq(&self, other: &AccessLogEntryCreateInfo) -> bool
fn eq(&self, other: &AccessLogEntryCreateInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for AccessLogEntryCreateInfo
impl Serialize for AccessLogEntryCreateInfo
impl StructuralPartialEq for AccessLogEntryCreateInfo
Auto Trait Implementations§
impl Freeze for AccessLogEntryCreateInfo
impl RefUnwindSafe for AccessLogEntryCreateInfo
impl Send for AccessLogEntryCreateInfo
impl Sync for AccessLogEntryCreateInfo
impl Unpin for AccessLogEntryCreateInfo
impl UnwindSafe for AccessLogEntryCreateInfo
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)