pub struct LogPropertyServiceId {}
Expand description
LogPropertyServiceId : The ID of the service that received the request.
Implementations§
Source§impl LogPropertyServiceId
impl LogPropertyServiceId
Sourcepub fn new() -> LogPropertyServiceId
pub fn new() -> LogPropertyServiceId
The ID of the service that received the request.
Trait Implementations§
Source§impl Clone for LogPropertyServiceId
impl Clone for LogPropertyServiceId
Source§fn clone(&self) -> LogPropertyServiceId
fn clone(&self) -> LogPropertyServiceId
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 moreSource§impl Debug for LogPropertyServiceId
impl Debug for LogPropertyServiceId
Source§impl Default for LogPropertyServiceId
impl Default for LogPropertyServiceId
Source§fn default() -> LogPropertyServiceId
fn default() -> LogPropertyServiceId
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LogPropertyServiceId
impl<'de> Deserialize<'de> for LogPropertyServiceId
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 LogPropertyServiceId
impl PartialEq for LogPropertyServiceId
Source§impl Serialize for LogPropertyServiceId
impl Serialize for LogPropertyServiceId
impl StructuralPartialEq for LogPropertyServiceId
Auto Trait Implementations§
impl Freeze for LogPropertyServiceId
impl RefUnwindSafe for LogPropertyServiceId
impl Send for LogPropertyServiceId
impl Sync for LogPropertyServiceId
impl Unpin for LogPropertyServiceId
impl UnwindSafe for LogPropertyServiceId
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