pub struct NoteData {
pub mark_first_response: bool,
pub add_to_linked_requests: bool,
pub notify_technician: bool,
pub show_to_requester: bool,
pub description: String,
}Fields§
§mark_first_response: bool§add_to_linked_requests: bool§notify_technician: bool§show_to_requester: bool§description: StringTrait Implementations§
impl Eq for NoteData
impl StructuralPartialEq for NoteData
Auto Trait Implementations§
impl Freeze for NoteData
impl RefUnwindSafe for NoteData
impl Send for NoteData
impl Sync for NoteData
impl Unpin for NoteData
impl UnsafeUnpin for NoteData
impl UnwindSafe for NoteData
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.