pub enum EventAttribute {
Type(Type),
Handle(u64),
Folder(String),
OldFolder(String),
MessageType(MessageType),
Datetime(NaiveDateTime),
Subject(String),
SenderName(String),
Priority(bool),
}
Expand description
List of attributes available for event-report objects. See MAP v1.4.2 section 3.1.7 for details.
Variants§
Type(Type)
Handle(u64)
Folder(String)
OldFolder(String)
MessageType(MessageType)
Datetime(NaiveDateTime)
Subject(String)
SenderName(String)
Priority(bool)
Trait Implementations§
Source§impl Clone for EventAttribute
impl Clone for EventAttribute
Source§fn clone(&self) -> EventAttribute
fn clone(&self) -> EventAttribute
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 EventAttribute
impl Debug for EventAttribute
Source§impl Hash for EventAttribute
impl Hash for EventAttribute
Source§impl PartialEq for EventAttribute
impl PartialEq for EventAttribute
Source§impl TryFrom<&OwnedAttribute> for EventAttribute
impl TryFrom<&OwnedAttribute> for EventAttribute
impl Eq for EventAttribute
impl StructuralPartialEq for EventAttribute
Auto Trait Implementations§
impl Freeze for EventAttribute
impl RefUnwindSafe for EventAttribute
impl Send for EventAttribute
impl Sync for EventAttribute
impl Unpin for EventAttribute
impl UnwindSafe for EventAttribute
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)