pub struct AddCapsuleLogEntryRequest {
pub entry: Box<NewAccessLogEntry>,
}Expand description
AddCapsuleLogEntryRequest : A request to add a capsule log entry
Fields§
§entry: Box<NewAccessLogEntry>Implementations§
Source§impl AddCapsuleLogEntryRequest
impl AddCapsuleLogEntryRequest
Sourcepub fn new(entry: NewAccessLogEntry) -> AddCapsuleLogEntryRequest
pub fn new(entry: NewAccessLogEntry) -> AddCapsuleLogEntryRequest
A request to add a capsule log entry
Trait Implementations§
Source§impl Clone for AddCapsuleLogEntryRequest
impl Clone for AddCapsuleLogEntryRequest
Source§fn clone(&self) -> AddCapsuleLogEntryRequest
fn clone(&self) -> AddCapsuleLogEntryRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AddCapsuleLogEntryRequest
impl Debug for AddCapsuleLogEntryRequest
Source§impl Default for AddCapsuleLogEntryRequest
impl Default for AddCapsuleLogEntryRequest
Source§fn default() -> AddCapsuleLogEntryRequest
fn default() -> AddCapsuleLogEntryRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AddCapsuleLogEntryRequest
impl<'de> Deserialize<'de> for AddCapsuleLogEntryRequest
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 AddCapsuleLogEntryRequest
impl PartialEq for AddCapsuleLogEntryRequest
Source§fn eq(&self, other: &AddCapsuleLogEntryRequest) -> bool
fn eq(&self, other: &AddCapsuleLogEntryRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AddCapsuleLogEntryRequest
Auto Trait Implementations§
impl Freeze for AddCapsuleLogEntryRequest
impl RefUnwindSafe for AddCapsuleLogEntryRequest
impl Send for AddCapsuleLogEntryRequest
impl Sync for AddCapsuleLogEntryRequest
impl Unpin for AddCapsuleLogEntryRequest
impl UnsafeUnpin for AddCapsuleLogEntryRequest
impl UnwindSafe for AddCapsuleLogEntryRequest
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